Files
truecharts/charts/stable/hedgedoc/values.yaml
T
53d059b69e chore(deps): update docker general non-major (#2478)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-12 10:57:39 +02:00

46 lines
717 B
YAML

image:
repository: tccr.io/truecharts/hedgedoc
pullPolicy: IfNotPresent
tag: v1.9.3
securityContext:
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
CMD_DOMAIN: ""
CMD_PROTOCOL_USESSL: false
CMD_URL_ADDPORT: true
DB_NAME: "hedgedoc"
DB_USER: "hedgedoc"
envValueFrom:
DB_HOST:
secretKeyRef:
name: mariadbcreds
key: plainhost
DB_PASS:
secretKeyRef:
name: mariadbcreds
key: mariadb-password
service:
main:
ports:
main:
targetPort: 3000
port: 10132
persistence:
varrun:
enabled: true
mariadb:
enabled: true
mariadbUsername: hedgedoc
mariadbDatabase: hedgedoc
existingSecret: "mariadbcreds"