Skip to content

Instantly share code, notes, and snippets.

@FreedomBen
Created November 10, 2020 20:50
Show Gist options
  • Save FreedomBen/371bb5ff865c0073706e3f8607c83103 to your computer and use it in GitHub Desktop.
Save FreedomBen/371bb5ff865c0073706e3f8607c83103 to your computer and use it in GitHub Desktop.
Example ResourceQuota object for an OpenShift namespace
- apiVersion: v1
kind: ResourceQuota
metadata:
name: ${PROJECT_NAME}-quota
spec:
hard:
pods: "10"
requests.cpu: "4"
requests.memory: 8Gi
limits.cpu: "6"
limits.memory: 16Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment