Correct service name and port
This commit is contained in:
parent
0b6018d539
commit
ed4e41bd6f
1 changed files with 2 additions and 2 deletions
|
@ -106,8 +106,8 @@
|
|||
(let [{:keys [fqdn]} config]
|
||||
(ing/generate-ingress-and-cert
|
||||
(merge
|
||||
{:service-name "taiga"
|
||||
:service-port 3000
|
||||
{:service-name "taiga-front"
|
||||
:service-port 80
|
||||
:fqdns [fqdn]}
|
||||
config))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue