Update name of service in ingress
Otherwise the ingress doesn't know the service it's pointing to
This commit is contained in:
parent
27c2044913
commit
4cad3daa3f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
[config config?]
|
||||
(ing/generate-ingress-and-cert
|
||||
(merge
|
||||
{:service-name "nextcloud"
|
||||
{:service-name "cloud-service"
|
||||
:service-port 80
|
||||
:fqdns [(:fqdn config)]}
|
||||
config)))
|
||||
|
|
Loading…
Reference in a new issue