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

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

Loading…
Cancel
Save