Skip to content

Instantly share code, notes, and snippets.

@abhioncbr
Created April 18, 2020 23:48
Show Gist options
  • Save abhioncbr/ae3c4f5388da08676201b8a601f678a3 to your computer and use it in GitHub Desktop.
Save abhioncbr/ae3c4f5388da08676201b8a601f678a3 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: LimitRange
metadata:
name: mem-min-max-demo-lr
spec:
limits:
- max:
memory: 1Gi
min:
memory: 500Mi
type: Container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment