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
@@ -0,0 +1,11 @@
apiVersion: v1
kind: ResourceQuota
metadata:
name: compute-resources
spec:
hard:
pods: "4"
requests.cpu: "1"
requests.memory: 1Gi
limits.cpu: "2"
limits.memory: 2Gi