Files
truecharts/charts/stable/fireshare/values.yaml
T

55 lines
1.2 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: docker.io/shaneisrael/fireshare
tag: 1.7.1@sha256:28e86c326ece328ea47e50aacb72824ceda3591cc14ece93fd731368303ac995
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
SECRET_KEY:
secretKeyRef:
name: fireshare-secrets
key: SECRET_KEY
MINUTES_BETWEEN_VIDEO_SCANS: 5
ADMIN_PASSWORD: "changeme"
# TODO ADD LDAP
# LDAP_ENABLE: false
# LDAP_URL: ""
# LDAP_BINDDN: ""
# LDAP_PASSWORD: ""
# LDAP_BASEDN: ""
# LDAP_USER_FILTER: ""
# LDAP_ADMIN_GROUP: ""
service:
main:
ports:
main:
port: 10287
protocol: http
targetPort: 80
persistence:
data:
enabled: true
mountPath: /data
processeddata:
enabled: true
mountPath: /processed
videos:
enabled: true
mountPath: /videos
images:
enabled: true
mountPath: /images