Compare commits

...

2 Commits

Author SHA1 Message Date
elishadavidi
49868e1073 Merge remote-tracking branch 'origin/omega-basms' into omega-basms 2026-05-28 16:59:19 +03:00
elishadavidi
7a4cba0074 Remove liveness and rediness tests 2026-05-28 16:59:12 +03:00

View File

@ -68,18 +68,6 @@ spec:
mountPath: /app/.wwebjs_auth mountPath: /app/.wwebjs_auth
- name: wwebjs-cache - name: wwebjs-cache
mountPath: /app/.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: resources:
{{- toYaml .Values.backend.resources | nindent 12 }} {{- toYaml .Values.backend.resources | nindent 12 }}
volumes: volumes: