29 lines
471 B
YAML
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
|