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
mountPath: /var/lib/ntfy
livenessProbe:
httpGet:
path: /v1/health
port: 80
exec:
command:
- wget
- -q
- -O-
- http://localhost:80/v1/health
initialDelaySeconds: 40
periodSeconds: 30
timeoutSeconds: 10