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