Skip to content

Instantly share code, notes, and snippets.

@dyusupov
Last active December 15, 2018 02:53
Show Gist options
  • Save dyusupov/7066b1a0f6eb7dbf2b6a0e91ba275488 to your computer and use it in GitHub Desktop.
Save dyusupov/7066b1a0f6eb7dbf2b6a0e91ba275488 to your computer and use it in GitHub Desktop.
edgefs-s3-gateway.yaml
apiVersion: edgefs.rook.io/v1alpha1
kind: S3
metadata:
name: objects
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