fix: ntfy probe without curl available
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user