From dd5f3db0d7db86b585328f8bf28875c5c4b3623d Mon Sep 17 00:00:00 2001 From: slaventius Date: Wed, 15 Feb 2023 15:35:38 +0300 Subject: [PATCH] * --- deploy/auth-db-deployment.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/deploy/auth-db-deployment.yaml b/deploy/auth-db-deployment.yaml index d8c5c02..ca47dcb 100644 --- a/deploy/auth-db-deployment.yaml +++ b/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