khuedoan-homelab/apps/syncthing/values.yaml

22 lines
466 B
YAML
Raw Normal View History

2021-09-29 00:04:36 +07:00
syncthing:
ingress:
main:
enabled: true
2021-09-29 00:04:36 +07:00
annotations:
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
hosts:
- host: syncthing.khuedoan.com
paths:
- path: /
pathType: Prefix
2021-09-29 00:04:36 +07:00
tls:
- secretName: syncthing-tls-certificate
hosts:
- syncthing.khuedoan.com
persistence:
data:
enabled: true
size: 10Gi
accessMode: ReadWriteOne
retain: true