PERF(joossam): increase resources and probe timeout
- Increase memory from 105Mi to 256Mi/512Mi - Increase CPU request from 15m to 100m - Add 5s timeout to liveness/readiness probes
This commit is contained in:
@@ -36,10 +36,10 @@ ingress:
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 105Mi
|
memory: 256Mi
|
||||||
cpu: 15m
|
cpu: 100m
|
||||||
limits:
|
limits:
|
||||||
memory: 105Mi
|
memory: 512Mi
|
||||||
|
|
||||||
healthCheck:
|
healthCheck:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -50,9 +50,11 @@ healthCheck:
|
|||||||
livenessProbe:
|
livenessProbe:
|
||||||
initialDelaySeconds: 0
|
initialDelaySeconds: 0
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
|
timeoutSeconds: 5
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
initialDelaySeconds: 0
|
initialDelaySeconds: 0
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
|
timeoutSeconds: 5
|
||||||
|
|
||||||
externalSecret:
|
externalSecret:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user