From d334bc51f574e5f39f50350628c144b2b60da2e2 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 23 Feb 2026 14:23:35 +0100 Subject: vaultwarden: healthcheck MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/vaultwarden/files/kube.yaml | 7 +++---- 1 file 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 -- cgit 1.4.1