mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-02 12:24:23 +07:00
21 lines
438 B
YAML
21 lines
438 B
YAML
syncthing:
|
|
ingress:
|
|
main:
|
|
enabled: true
|
|
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:
|
|
config:
|
|
enabled: false
|
|
size: 10Gi
|
|
retain: true
|