X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-infra%2F15-Chartmuseum%2Fhelm%2Fchartmuseum%2Ftemplates%2Fingress.yaml;h=2d74a33ff3b900e6b839b9ebcfbbd4251e22025f;hb=1dea9821a9d5966758207c56edd1c020d6ae7707;hp=1a4876bcbedb3396da7d0ea5f3cd0f3373dd999c;hpb=25428c74ecffd82152b5642cca81c19508d3218c;p=it%2Fdep.git diff --git a/ric-infra/15-Chartmuseum/helm/chartmuseum/templates/ingress.yaml b/ric-infra/15-Chartmuseum/helm/chartmuseum/templates/ingress.yaml index 1a4876bc..2d74a33f 100644 --- a/ric-infra/15-Chartmuseum/helm/chartmuseum/templates/ingress.yaml +++ b/ric-infra/15-Chartmuseum/helm/chartmuseum/templates/ingress.yaml @@ -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"