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