Created
April 18, 2020 23:48
-
-
Save abhioncbr/ae3c4f5388da08676201b8a601f678a3 to your computer and use it in GitHub Desktop.
This file contains 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: 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