Files
truecharts/charts/stable/clarkson/values.yaml
T
13370e9a1e chore(deps): update docker general non-major (#1751)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-01-21 01:52:02 +01:00

51 lines
909 B
YAML

image:
repository: tccr.io/truecharts/clarkson
pullPolicy: IfNotPresent
tag: v1.1.2@sha256:e9671031058f4c3219fb2294a22fcb946b5f13c4c4c3cbfc4ec163b49526690a
strategy:
type: Recreate
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10113
targetPort: 3000
# See more environment variables in the clarkson documentation
# https://github.com/linuxserver/docker-clarkson#parameters
env:
PUID: 568
MYSQL_USERNAME: clarkson
envValueFrom:
MYSQL_HOST:
secretKeyRef:
name: mariadbcreds
key: plainhost
MYSQL_PASSWORD:
secretKeyRef:
name: mariadbcreds
key: mariadb-password
persistence:
varrun:
enabled: true
mariadb:
enabled: true
mariadbUsername: clarkson
mariadbDatabase: clarkson
existingSecret: "mariadbcreds"