Remove liveness and readiness probes from Notes app backend deployment configuration

This commit is contained in:
emelinda 2026-04-17 12:37:45 +03:00
parent 2d46a2f1cf
commit af53d99607

View File

@ -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