catalog/stable/wikijs/11.0.18/ix_values.yaml

53 lines
1.2 KiB
YAML

image:
repository: tccr.io/truecharts/wikijs
tag: 2.5.298@sha256:48f0ae0a71208ec7db72903553ae51dbfb77d56e4620db6366c93c7b5d4d9a07
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10045
targetPort: 3000
cnpg:
main:
enabled: true
user: wikijs
database: wikijs
# /wiki/data is a temporary dir. Without mounting as emptyDir it's only writable by root.
# https://docs.requarks.io/en/install/config#data-paths
persistence:
wikicache:
enabled: true
mountPath: "/wiki/data/"
type: emptyDir
portal:
open:
enabled: true
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/healthz"
readiness:
path: "/healthz"
startup:
path: "/healthz"
env:
DB_TYPE: "postgres"
DB_NAME: "{{ .Values.cnpg.main.database }}"
DB_USER: "{{ .Values.cnpg.main.user }}"
DB_PORT: "5432"
DB_PASS:
secretKeyRef:
name: cnpg-main-user
key: password
DB_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host