Last active
December 14, 2016 12:39
-
-
Save garethahealy/aafd25f380653edd026001903264df2b to your computer and use it in GitHub Desktop.
ClusterResourceQuota-ForUser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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