slaventius 2 years ago
parent 8ebb10d836
commit fef92b3664
  1. 11
      deploy/auth-deployment.yaml

@ -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
port: 9994
periodSeconds: 1
initialDelaySeconds: 3
failureThreshold: 2
initialDelaySeconds: 4
failureThreshold: 3
successThreshold: 1

Loading…
Cancel
Save