wildduck: improve config and add healthchecks
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user