Skip to content

Instantly share code, notes, and snippets.

@m3pratik
Created February 6, 2023 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m3pratik/6ac6f80a0d5b33117d02fe64c16a91af to your computer and use it in GitHub Desktop.
Save m3pratik/6ac6f80a0d5b33117d02fe64c16a91af to your computer and use it in GitHub Desktop.
namespace-resource-quota.yaml
apiVersion: v1
kind: ResourceQuota
metadata:
name: namespace-resource-quota
namespace: development
spec:
limits:
- default:
memory: "512Mi"
cpu: "500m"
defaultRequest:
memory: "256Mi"
cpu: "300m"
type: Container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment