Migrate to new task template

This commit is contained in:
nerdondon
2017-03-30 21:29:17 -07:00
committed by Andrew Chen
parent 7b95ad4ca0
commit aa83d54abb
6 changed files with 85 additions and 18 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: LimitRange
metadata:
name: limits
spec:
limits:
- default:
cpu: 200m
memory: 512Mi
defaultRequest:
cpu: 100m
memory: 256Mi
type: Container