diff options
| -rw-r--r-- | bundles/vaultwarden/files/kube.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bundles/vaultwarden/files/kube.yaml b/bundles/vaultwarden/files/kube.yaml index e9af2ca..4cbd5f2 100644 --- a/bundles/vaultwarden/files/kube.yaml +++ b/bundles/vaultwarden/files/kube.yaml @@ -23,10 +23,9 @@ spec: ports: - containerPort: 80 protocol: TCP - # livenessProbe: - # httpGet: - # path: /healthz - # port: http + livenessProbe: + exec: + command: ["/healthcheck.sh"] resources: requests: cpu: 50m |