Use taiga-gateway as ingress termination point
Otherwise users will not be able to log in.
This commit is contained in:
parent
c1b98a8fe9
commit
9046f4a5a0
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
||||||
(let [{:keys [fqdn]} config]
|
(let [{:keys [fqdn]} config]
|
||||||
(ing/generate-ingress-and-cert
|
(ing/generate-ingress-and-cert
|
||||||
(merge
|
(merge
|
||||||
{:service-name "taiga-front"
|
{:service-name "taiga-gateway"
|
||||||
:service-port 80
|
:service-port 80
|
||||||
:fqdns [fqdn]}
|
:fqdns [fqdn]}
|
||||||
config))))
|
config))))
|
||||||
|
|
Loading…
Reference in a new issue