From fef92b3664652bb106ebd1999d4edd1a092e04ba Mon Sep 17 00:00:00 2001 From: slaventius Date: Wed, 15 Feb 2023 11:32:43 +0300 Subject: [PATCH] * --- deploy/auth-deployment.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/deploy/auth-deployment.yaml b/deploy/auth-deployment.yaml index 2f3cefa..129241d 100644 --- a/deploy/auth-deployment.yaml +++ b/deploy/auth-deployment.yaml @@ -23,11 +23,18 @@ spec: envFrom: - configMapRef: name: auth-config + livenessProbe: + tcpSocket: + port: 9994 + periodSeconds: 1 + initialDelaySeconds: 2 + failureThreshold: 3 + successThreshold: 1 readinessProbe: httpGet: path: /api/v1/healthz port: 9994 periodSeconds: 1 - initialDelaySeconds: 3 - failureThreshold: 2 + initialDelaySeconds: 4 + failureThreshold: 3 successThreshold: 1