mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
feat(apps): enable Syncthing ingress
This commit is contained in:
parent
1c64fca009
commit
286dd1c7e5
@ -1 +1,12 @@
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user