about summary refs log tree commit diff
path: root/bundles/vaultwarden/files/kube.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/vaultwarden/files/kube.yaml')
-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