khuedoan-homelab/apps/syncthing/values.yaml

18 lines
377 B
YAML
Raw Normal View History

2021-09-29 00:04:36 +07:00
syncthing:
ingress:
main:
enable: true
annotations:
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
hosts:
- host: syncthing.khuedoan.com
tls:
- secretName: syncthing-tls-certificate
hosts:
- syncthing.khuedoan.com
persistence:
config:
enabled: false
size: 10Gi
retain: true