Add CPU requests and limits to the Concierge and Supervisor deployments
This commit is contained in:
parent
781f86d18c
commit
05233963fb
@ -101,8 +101,10 @@ spec:
|
|||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
cpu: "100m"
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
limits:
|
limits:
|
||||||
|
cpu: "100m"
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
args:
|
args:
|
||||||
- --config=/etc/config/pinniped.yaml
|
- --config=/etc/config/pinniped.yaml
|
||||||
|
@ -80,8 +80,10 @@ spec:
|
|||||||
- /etc/config/pinniped.yaml
|
- /etc/config/pinniped.yaml
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
cpu: "100m"
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
limits:
|
limits:
|
||||||
|
cpu: "100m"
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
|
Loading…
Reference in New Issue
Block a user