2021-11-30 13:33:15 +00:00
|
|
|
image:
|
|
|
|
repository: ghcr.io/linuxserver/clarkson
|
|
|
|
pullPolicy: IfNotPresent
|
2021-11-30 13:45:07 +00:00
|
|
|
tag: 1.1.2@sha256:b8a8feb4e8fa2fd6b56ee519d06c1f9877545f9923a6f3963fbd75df27cc60ee
|
2021-11-30 13:33:15 +00:00
|
|
|
|
|
|
|
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"
|