Skip to content

Instantly share code, notes, and snippets.

@garethahealy
Last active December 14, 2016 12:39
Show Gist options
  • Save garethahealy/aafd25f380653edd026001903264df2b to your computer and use it in GitHub Desktop.
Save garethahealy/aafd25f380653edd026001903264df2b to your computer and use it in GitHub Desktop.
ClusterResourceQuota-ForUser
apiVersion: v1
kind: ClusterResourceQuota
metadata:
name: for-user
annotations:
instance-type: "small"
applicable-strategy: "per-project-group"
creation-strategy: "per-project-group"
pods-calculation: "memory / 500mb + 3"
static-content: "false"
spec:
quota:
hard:
cpu: "2"
memory: "4Gi"
pods: "11"
selector:
annotations:
openshift.io/requester: admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment