From af53d99607f47f0cdf1f46a673860920790f1b9c Mon Sep 17 00:00:00 2001 From: emelinda Date: Fri, 17 Apr 2026 12:37:45 +0300 Subject: [PATCH] Remove liveness and readiness probes from Notes app backend deployment configuration --- apps/notes/base/backend-deployment.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/apps/notes/base/backend-deployment.yaml b/apps/notes/base/backend-deployment.yaml index 5e696a6..ddf3111 100644 --- a/apps/notes/base/backend-deployment.yaml +++ b/apps/notes/base/backend-deployment.yaml @@ -81,19 +81,5 @@ spec: requests: cpu: "1" memory: 512Mi - livenessProbe: - httpGet: - path: /ping - port: 8000 - initialDelaySeconds: 10 - periodSeconds: 60 - failureThreshold: 10 - readinessProbe: - httpGet: - path: /ping - port: 8000 - initialDelaySeconds: 5 - periodSeconds: 5 - failureThreshold: 20 imagePullSecrets: - name: regcred