adding VPA recommendation
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
21c5882205
commit
9d2713e554
|
@ -38,6 +38,10 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /home
|
- mountPath: /home
|
||||||
name: home
|
name: home
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 25m
|
||||||
|
memory: 323522422
|
||||||
dnsPolicy: ClusterFirst
|
dnsPolicy: ClusterFirst
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
schedulerName: default-scheduler
|
schedulerName: default-scheduler
|
||||||
|
|
Loading…
Reference in New Issue