Add CPU requests and limits to the Concierge and Supervisor deployments

This commit is contained in:
Ryan Richard 2020-11-02 15:47:20 -08:00
parent 781f86d18c
commit 05233963fb
2 changed files with 4 additions and 0 deletions

View File

@ -101,8 +101,10 @@ spec:
imagePullPolicy: IfNotPresent
resources:
requests:
cpu: "100m"
memory: "128Mi"
limits:
cpu: "100m"
memory: "128Mi"
args:
- --config=/etc/config/pinniped.yaml

View File

@ -80,8 +80,10 @@ spec:
- /etc/config/pinniped.yaml
resources:
requests:
cpu: "100m"
memory: "128Mi"
limits:
cpu: "100m"
memory: "128Mi"
volumeMounts:
- name: config-volume