Skip to content

Instantly share code, notes, and snippets.

@dyusupov
Last active December 15, 2018 02:52
Show Gist options
  • Save dyusupov/876a89494ee3540cad6cbbc72d41e448 to your computer and use it in GitHub Desktop.
Save dyusupov/876a89494ee3540cad6cbbc72d41e448 to your computer and use it in GitHub Desktop.
edgefs-nfs-gateway.yaml
apiVersion: edgefs.rook.io/v1alpha1
kind: NFS
metadata:
name: files
namespace: rook-edgefs
spec:
instances: 1
placement:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: rook-edgefs-nodetype
operator: In
values:
- gateway
resources:
limits:
memory: "12Gi"
requests:
memory: "12Gi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment