Update name of service in ingress

Otherwise the ingress doesn't know the service it's pointing to
This commit is contained in:
bom 2023-03-02 11:31:35 +01:00
parent 27c2044913
commit 4cad3daa3f

View file

@ -52,7 +52,7 @@
[config config?] [config config?]
(ing/generate-ingress-and-cert (ing/generate-ingress-and-cert
(merge (merge
{:service-name "nextcloud" {:service-name "cloud-service"
:service-port 80 :service-port 80
:fqdns [(:fqdn config)]} :fqdns [(:fqdn config)]}
config))) config)))