catalog/incubator/filerun/7.0.3/ix_values.yaml

48 lines
1.0 KiB
YAML

image:
repository: filerun/filerun
tag: latest@sha256:53bfd69c7d3ebf26d31ce9cda86f9b1575177c80f176258d74ef347666f28b1b
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
APACHE_RUN_USER: apps
APACHE_RUN_USER_ID: "{{ .Values.security.PUID }}"
APACHE_RUN_GROUP: apps
APACHE_RUN_GROUP_ID: "{{ .Values.podSecurityContext.fsGroup }}"
FR_DB_NAME: "filerun"
FR_DB_USER: "filerun"
FR_DB_PORT: "3306"
FR_DB_HOST:
secretKeyRef:
name: mariadbcreds
key: plainporthost
FR_DB_PASS:
secretKeyRef:
name: mariadbcreds
key: mariadb-password
service:
main:
ports:
main:
port: 10199
protocol: HTTP
targetPort: 80
persistence:
config:
enabled: true
mountPath: "/var/www/html"
userfile:
enabled: true
mountPath: "/user-files"
mariadb:
enabled: true
mariadbUsername: filerun
mariadbDatabase: filerun
existingSecret: "mariadbcreds"
portal:
enabled: true