Created
April 5, 2017 09:41
-
-
Save rawlingsj/0924c7c3901cb36ac4eddf1d976e1bfe to your computer and use it in GitHub Desktop.
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: ResourceQuota | |
metadata: | |
name: compute-resources-timebound | |
spec: | |
hard: | |
limits.cpu: "2" | |
limits.memory: 1Gi | |
scopes: | |
- Terminating |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment