Files
truecharts/charts/incubator/filerun/values.yaml
T
sagit bad73826ea feat(filerun): Add filerun (#2242)
* add filerun

* fix permission

* update

* update image

* change port

* change port

* Update charts/incubator/filerun/Chart.yaml

* bump snipe

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-03-26 18:07:14 +02:00

49 lines
871 B
YAML

image:
repository: tccr.io/truecharts/filerun
tag: latest@sha256:cc7b8c11610fd5cde28301fa4f68b7d9609e61613fbfbc277c0491ad584a0256
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
FR_DB_NAME: "filerun"
FR_DB_USER: "filerun"
FR_DB_PORT: "3306"
envValueFrom:
FR_DB_HOST:
secretKeyRef:
name: mariadbcreds
key: plainporthost
FR_DB_PASS:
secretKeyRef:
name: mariadbcreds
key: mariadb-password
service:
main:
ports:
main:
port: 10199
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"