diff --git a/deploy/auth-deployment.yaml b/deploy/auth-deployment.yaml index 28221ad..b0f9658 100644 --- a/deploy/auth-deployment.yaml +++ b/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