Files
truecharts/charts/stable/wikijs/values.yaml
T
7e89255cd6 chore(deps): update docker general non-major (#1786)
* 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-24 13:56:18 +01:00

53 lines
1.2 KiB
YAML

image:
# -- image repository
repository: tccr.io/truecharts/wikijs
# -- image tag
tag: v2.5.272@sha256:1cb961b1218679e3da033c6bac0da9cf7492d2190d014a0698960e902564baf8
# -- image pull policy
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
# -- environment variables. See [image docs](https://docs.linuxserver.io/images/docker-wikijs#environment-variables-e) for more details.
# @default -- See below
env:
# -- Set the container timezone
PUID: 568
TZ: UTC
DB_TYPE: "postgres"
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
DB_USER: "{{ .Values.postgresql.postgresqlUsername }}"
DB_PORT: "5432"
envValueFrom:
DB_PASS:
secretKeyRef:
name: dbcreds
key: postgresql-password
DB_HOST:
secretKeyRef:
name: dbcreds
key: plainhost
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
main:
port: 10045
targetPort: 3000
# Enabled postgres
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: wikijs
postgresqlDatabase: wikijs