fix probes
All checks were successful
Build and Publish / build-release (push) Successful in 42s

This commit is contained in:
2026-04-23 16:51:11 -05:00
parent 05bc272c26
commit 5e6e421466
2 changed files with 18 additions and 10 deletions

View File

@@ -30,22 +30,29 @@ controllers:
probes:
liveness:
enabled: true
custom: true
spec:
httpGet:
path: /health
port: 8082
initialDelaySeconds: 10
periodSeconds: 10
custom: true
spec:
httpGet:
path: /health
port: 8082
initialDelaySeconds: 30
periodSeconds: 10
readiness:
enabled: true
custom: true
custom: true
spec:
httpGet:
path: /health/ready
port: 8082
initialDelaySeconds: 5
periodSeconds: 5
initialDelaySeconds: 5
periodSeconds: 5
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 500m
memory: 512Mi
service:
main: