Revert "fix prometheus"

This reverts commit a3d3dd8336.
This commit is contained in:
2025-03-30 19:34:16 +02:00
parent 088c534cde
commit d86d651c4f
5 changed files with 15 additions and 26 deletions

View File

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