mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 18:06:16 +07:00
22 lines
467 B
YAML
22 lines
467 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:
|
||
|
data:
|
||
|
enabled: true
|
||
|
size: 10Gi
|
||
|
accessMode: ReadWriteOnce
|
||
|
retain: true
|