khuedoan-homelab/apps/syncthing/values.yaml

21 lines
438 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:
config:
enabled: false
size: 10Gi
retain: true