k8s/apps/wikijs/values.yaml
2026-03-29 14:44:52 +13:00

29 lines
471 B
YAML

ingress:
enabled: true
className: traefik
hosts:
- host: wiki.jethrocotton.com
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- wiki.jethrocotton.com
secretName: wildcard-jethrocotton-com-tls
service:
type: ClusterIP
postgresql:
enabled: true
auth:
database: wikijs
username: wikijs
password: wikijs
primary:
persistence:
enabled: true
size: 4Gi
storageClass: ceph-rbd