mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
fix(apps): fix Syncthing ingress value syntax
This commit is contained in:
parent
3cb428f062
commit
842ffd6b06
@ -1,11 +1,14 @@
|
||||
syncthing:
|
||||
ingress:
|
||||
main:
|
||||
enable: true
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user