Use taiga-gateway as ingress termination point

Otherwise users will not be able to log in.
This commit is contained in:
erik 2023-09-01 12:31:19 +02:00
parent c1b98a8fe9
commit 9046f4a5a0

View file

@ -106,7 +106,7 @@
(let [{:keys [fqdn]} config]
(ing/generate-ingress-and-cert
(merge
{:service-name "taiga-front"
{:service-name "taiga-gateway"
:service-port 80
:fqdns [fqdn]}
config))))