@@ -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
|
||||
|
||||
Reference in New Issue
Block a user