wildduck: improve config and add healthchecks

This commit is contained in:
2025-07-20 13:30:13 +03:00
parent efb467e425
commit 31558db1d4
3 changed files with 23 additions and 2 deletions

View File

@@ -97,6 +97,15 @@ spec:
volumeMounts:
- mountPath: /cert
name: cert
livenessProbe:
exec:
command:
- sh
- -c
- |
wget --header="Authorization: Bearer $APPCONF_api_accessToken" --quiet --spider http://127.0.0.1:8080/health || exit 1
initialDelaySeconds: 30
periodSeconds: 10
volumes:
- name: cert
secret: