All Downloads are FREE. Search and download functionalities are using the official Maven repository.

operator.gcp-gke.nfs-server-service.yaml Maven / Gradle / Ivy

There is a newer version: 23.3.0-1025.941
Show newest version
apiVersion: v1
kind: Service
metadata:
  name: nfs-server
spec:
  # clusterIP: 10.3.240.20
  ports:
    - name: nfs
      port: 2049
    - name: mountd
      port: 20048
    - name: rpcbind
      port: 111
  selector:
    role: nfs-server




© 2015 - 2024 Weber Informatics LLC | Privacy Policy