Skip to content

Instantly share code, notes, and snippets.

@sachin-slathia
Created December 10, 2019 06:46
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 sachin-slathia/81b95927b578b469bacb371c00349ee4 to your computer and use it in GitHub Desktop.
Save sachin-slathia/81b95927b578b469bacb371c00349ee4 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: LimitRange
metadata:
name: limit-mem-cpu-per-container
spec:
limits:
- max:
cpu: "800m"
memory: "1Gi"
min:
cpu: "100m"
memory: "99Mi"
type: Container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment