diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-23 14:23:35 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-23 14:23:35 +0100 |
| commit | d334bc51f574e5f39f50350628c144b2b60da2e2 (patch) | |
| tree | d558137ca568e1add4144158e419bb9b0190bcad | |
| parent | 0d8890923f208d80ac777a89b571f2b8298e1c88 (diff) | |
vaultwarden: healthcheck
Signed-off-by: Robert Günzler <r@gnzler.io>
| -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 |