@ -23,11 +23,18 @@ spec:
envFrom:
- configMapRef:
name: auth-config
livenessProbe:
tcpSocket:
port: 9994
periodSeconds: 1
initialDelaySeconds: 2
failureThreshold: 3
successThreshold: 1
readinessProbe:
httpGet:
path: /api/v1/healthz
initialDelaySeconds: 3
failureThreshold: 2
initialDelaySeconds: 4