fix keycloak probes

This commit is contained in:
2025-03-30 18:22:52 +02:00
parent c3658c08d2
commit 024a77e6cc

View File

@@ -106,18 +106,20 @@ spec:
- name: http - name: http
containerPort: 8080 containerPort: 8080
- name: jgroups - name: jgroups
containerPort: 7600 # JGroups cluster communication port [oai_citation_attribution:4‡github.com](https://github.com/codecentric/helm-charts/issues/325#:~:text=authSessionTabId%3Dl06agEOwVB4) containerPort: 7600
protocol: TCP protocol: TCP
- name: management
containerPort: 9000 # Expose management (health) port
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /health/live path: /health/live
port: 8080 port: 9000 # Use management port for liveness
initialDelaySeconds: 90 initialDelaySeconds: 90
periodSeconds: 30 periodSeconds: 30
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /health/ready path: /health/ready
port: 8080 port: 9000 # Use management port for readiness
initialDelaySeconds: 60 initialDelaySeconds: 60
periodSeconds: 15 periodSeconds: 15
affinity: affinity: