Skip to content

Commit

Permalink
Fix 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unleashurgeek committed Jun 15, 2024
1 parent 6e5b3e0 commit 9c564af
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions kubernetes/main/apps/downloads/filebrowser/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,33 +44,33 @@ spec:
image:
repository: docker.io/filebrowser/filebrowser
tag: v2.30.0
env:
FB_DATABASE: /config/filebrowser.db
FB_ROOT: /data
FB_LOG: stdout
FB_NOAUTH: true
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /health
port: &port 80
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities: { drop: ["ALL"] }
resources:
requests:
cpu: 100m
limits:
memory: 2Gi
env:
FB_DATABASE: /config/filebrowser.db
FB_ROOT: /data
FB_LOG: stdout
FB_NOAUTH: true
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /health
port: &port 80
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities: { drop: ["ALL"] }
resources:
requests:
cpu: 100m
limits:
memory: 2Gi

service:
main:
Expand Down

0 comments on commit 9c564af

Please sign in to comment.