summaryrefslogtreecommitdiff
path: root/f3s/filebrowser
diff options
context:
space:
mode:
Diffstat (limited to 'f3s/filebrowser')
-rw-r--r--f3s/filebrowser/helm-chart/templates/deployment.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/f3s/filebrowser/helm-chart/templates/deployment.yaml b/f3s/filebrowser/helm-chart/templates/deployment.yaml
index b3bb4bb..a852f06 100644
--- a/f3s/filebrowser/helm-chart/templates/deployment.yaml
+++ b/f3s/filebrowser/helm-chart/templates/deployment.yaml
@@ -75,6 +75,13 @@ spec:
image: filebrowser/filebrowser:latest
ports:
- containerPort: 80
+ livenessProbe:
+ exec:
+ command: ["test", "-f", "/srv/.nfs-sentinel"]
+ initialDelaySeconds: 30
+ periodSeconds: 30
+ failureThreshold: 3
+ timeoutSeconds: 5
env:
- name: PUID
value: "65534"