Adding the VPA recommended numbers
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
06705ec25f
commit
7991b04d7f
|
@ -33,6 +33,10 @@ spec:
|
||||||
- containerPort: 8123
|
- containerPort: 8123
|
||||||
name: http
|
name: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 25m
|
||||||
|
memory: 3666791614
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
|
|
Loading…
Reference in New Issue