about summary refs log tree commit diff
path: root/bundles
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-02-23 14:23:35 +0100
committerRobert Günzler <r@gnzler.io>2026-02-23 14:23:35 +0100
commitd334bc51f574e5f39f50350628c144b2b60da2e2 (patch)
treed558137ca568e1add4144158e419bb9b0190bcad /bundles
parent0d8890923f208d80ac777a89b571f2b8298e1c88 (diff)
vaultwarden: healthcheck
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles')
-rw-r--r--bundles/vaultwarden/files/kube.yaml7
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