fix: ntfy probe without curl available

This commit is contained in:
Clément Désiles
2026-05-29 21:41:04 +02:00
parent b04939d3d0
commit 29d9f27052
+6 -3
View File
@@ -26,9 +26,12 @@ spec:
- name: ntfy-data - name: ntfy-data
mountPath: /var/lib/ntfy mountPath: /var/lib/ntfy
livenessProbe: livenessProbe:
httpGet: exec:
path: /v1/health command:
port: 80 - wget
- -q
- -O-
- http://localhost:80/v1/health
initialDelaySeconds: 40 initialDelaySeconds: 40
periodSeconds: 30 periodSeconds: 30
timeoutSeconds: 10 timeoutSeconds: 10