Remove liveness and readiness - No Nitur #4

Merged
elisha merged 3 commits from omega-basms into master 2026-05-28 14:00:05 +00:00
Showing only changes of commit 7a4cba0074 - Show all commits

View File

@ -68,18 +68,6 @@ spec:
mountPath: /app/.wwebjs_auth
- name: wwebjs-cache
mountPath: /app/.wwebjs_cache
livenessProbe:
httpGet:
path: /liveness
port: http
initialDelaySeconds: 30
periodSeconds: 15
readinessProbe:
httpGet:
path: /liveness
port: http
initialDelaySeconds: 10
periodSeconds: 5
resources:
{{- toYaml .Values.backend.resources | nindent 12 }}
volumes: