fix(gitops): use tcp probes for backend readiness/liveness

This commit is contained in:
Ashwin Kumar 2026-03-12 00:37:31 +01:00
parent b6f9bc4959
commit dfe3d4c561

View file

@ -78,16 +78,14 @@ spec:
- secretRef:
name: nxtgauge-backend-secrets
readinessProbe:
httpGet:
path: /health
tcpSocket:
port: 2002
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 2
failureThreshold: 3
livenessProbe:
httpGet:
path: /health
tcpSocket:
port: 2002
initialDelaySeconds: 15
periodSeconds: 20