slaventius 2 years ago
parent 13b2037f32
commit e2661cf648
  1. 8
      deploy/auth-deployment.yaml

@ -23,3 +23,11 @@ spec:
envFrom:
- configMapRef:
name: auth-config
readinessProbe:
httpGet:
path: /api/v1/ready
port: 9994
periodSeconds: 1
initialDelaySeconds: 3
failureThreshold: 1
successThreshold: 1

Loading…
Cancel
Save