From 1b54ff89350a50260345be60669e113614914ef4 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Wed, 22 Apr 2026 13:00:18 +0300 Subject: [PATCH] vault + eav --- apps/eav/base/backend-deployment.yaml | 28 +++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/apps/eav/base/backend-deployment.yaml b/apps/eav/base/backend-deployment.yaml index f0bd0c6..1daf99e 100644 --- a/apps/eav/base/backend-deployment.yaml +++ b/apps/eav/base/backend-deployment.yaml @@ -97,21 +97,21 @@ spec: mountPath: /server/config/settings/production.py subPath: production.py - livenessProbe: - httpGet: - path: /ping - port: 8000 - initialDelaySeconds: 10 - periodSeconds: 60 - failureThreshold: 10 + livenessProbe: {} + # httpGet: + # path: /ping + # port: 8000 + # initialDelaySeconds: 10 + # periodSeconds: 60 + # failureThreshold: 10 - readinessProbe: - httpGet: - path: /ping - port: 8000 - initialDelaySeconds: 5 - periodSeconds: 5 - failureThreshold: 20 + readinessProbe: {} + # httpGet: + # path: /ping + # port: 8000 + # initialDelaySeconds: 5 + # periodSeconds: 5 + # failureThreshold: 20 imagePullSecrets: - name: regcred