khuedoan-homelab/apps/syncthing/values.yaml
2021-11-29 21:16:27 +07:00

23 lines
497 B
YAML

syncthing:
ingress:
main:
enabled: true
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
hosts:
- host: syncthing.khuedoan.com
paths:
- path: /
pathType: Prefix
tls:
- secretName: syncthing-tls-certificate
hosts:
- syncthing.khuedoan.com
persistence:
data:
enabled: true
size: 10Gi
accessMode: ReadWriteOnce
retain: true