slaventius 2 years ago
parent 4bbec0f8ee
commit dd5f3db0d7
  1. 14
      deploy/auth-db-deployment.yaml

@ -23,3 +23,17 @@ spec:
envFrom:
- configMapRef:
name: auth-db-config
livenessProbe:
grpc:
port: 9995
periodSeconds: 1
initialDelaySeconds: 2
failureThreshold: 3
successThreshold: 1
readinessProbe:
grpc:
port: 9995
periodSeconds: 1
initialDelaySeconds: 4
failureThreshold: 3
successThreshold: 1

Loading…
Cancel
Save