filebrowser/helm/values.yaml
2024-07-18 09:16:51 +02:00

36 lines
483 B
YAML

fullnameOverride: "filebrowser"
replicaCount: 1
namespace: filebrowser
helmrepo: "https://github.com/filebrowser/filebrowser"
storage:
size: 10Gi
class: local-path
cr:
enbled: false
dockersecret: ""
registry: docker.io
image: filebrowser/filebrowser
tag: v2.30.0
ingress:
enabled: true
tls: true
ingessClassName: traefik
domain: files.example.com
loadbalancer:
port: 80
targetport: 80
protocol: TCP
nodeSelector: {}
tolerations: []
affinity: {}