k8s/apps/wikijs/values.yaml

29 lines
471 B
YAML
Raw Normal View History

ingress:
enabled: true
className: traefik
hosts:
2026-03-25 06:51:50 +00:00
- host: wiki.jethrocotton.com
paths:
- path: /
pathType: Prefix
2026-03-25 06:51:50 +00:00
tls:
- hosts:
- wiki.jethrocotton.com
secretName: widlcard-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