catalog/incubator/filerun/8.0.0/ix_values.yaml

53 lines
1.2 KiB
YAML

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