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:
2026-01-10 21:59:15 +09:00
parent 722252b0fa
commit d73a951ade

View File

@@ -36,10 +36,10 @@ ingress:
resources:
requests:
memory: 105Mi
cpu: 15m
memory: 256Mi
cpu: 100m
limits:
memory: 105Mi
memory: 512Mi
healthCheck:
enabled: true
@@ -50,9 +50,11 @@ healthCheck:
livenessProbe:
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 5
readinessProbe:
initialDelaySeconds: 0
periodSeconds: 5
timeoutSeconds: 5
externalSecret:
enabled: false