k8s/apps/wikijs/values.yaml
Jethro Cotton 8f71cad8c6 feat(wikijs): scaffold app with ceph-rbd persistence
- Fix helmrelease sourceRef name (requarks -> wikijs)
- Add kustomization.yaml with configMapGenerator for values
- Populate values.yaml: traefik ingress, ClusterIP service, PostgreSQL on ceph-rbd
- Register wikijs in apps/kustomization.yaml
2026-03-14 18:07:46 +13:00

24 lines
357 B
YAML

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