Update Task topics on resource management. (#4158)

This commit is contained in:
Steve Perry
2017-08-07 15:30:29 -07:00
committed by GitHub
parent 6da5f52fb2
commit 3d2c06c4c3
59 changed files with 2781 additions and 829 deletions
@@ -0,0 +1,11 @@
apiVersion: v1
kind: LimitRange
metadata:
name: mem-min-max-demo-lr
spec:
limits:
- max:
memory: 1Gi
min:
memory: 500Mi
type: Container