apps/flow: fix n8n ingress
This commit is contained in:
parent
095c0e6321
commit
d894504c2d
|
@ -27,6 +27,7 @@ data:
|
|||
kubernetes.io/tls-acme: "true"
|
||||
hosts:
|
||||
- host: "${n8n_domain}"
|
||||
paths: [ "/" ]
|
||||
tls:
|
||||
- secretName: n8n-tls
|
||||
hosts:
|
||||
|
|
Loading…
Reference in New Issue