Make ChartMuseum accessible via path
[it/dep.git] / ric-infra / 15-Chartmuseum / helm / chartmuseum / templates / ingress.yaml
index 1a4876b..2d74a33 100644 (file)
@@ -21,13 +21,12 @@ metadata:
 spec:
   tls:
     - hosts:
-      - {{ include "common.ingressurl.helm" . }}
+      - {{ include "common.ingressurl.aux" . }}
       secretName: secret-{{ include "common.name.chartmuseum" . }}
   rules:
-    - host: {{ include "common.ingressurl.helm" . }}
-      http:
+    - http:
         paths:
           - backend:
               serviceName: {{ include "common.servicename.chartmuseum.http" . }}
               servicePort: http
-            path: "/"
+            path: "/helm"