fix prometheus

This commit is contained in:
2025-03-30 19:28:36 +02:00
parent 024a77e6cc
commit a3d3dd8336
5 changed files with 26 additions and 15 deletions

View File

@@ -114,13 +114,13 @@ spec:
httpGet:
path: /health/live
port: 9000 # Use management port for liveness
initialDelaySeconds: 90
initialDelaySeconds: 60
periodSeconds: 30
readinessProbe:
httpGet:
path: /health/ready
port: 9000 # Use management port for readiness
initialDelaySeconds: 60
initialDelaySeconds: 30
periodSeconds: 15
affinity:
# Spread pods across different nodes for higher availability