X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-infra%2F15-Chartmuseum%2Fhelm%2Fchartmuseum%2Ftemplates%2Fingress.yaml;fp=ric-infra%2F15-Chartmuseum%2Fhelm%2Fchartmuseum%2Ftemplates%2Fingress.yaml;h=2d74a33ff3b900e6b839b9ebcfbbd4251e22025f;hb=76eae6abc4d7b37d7e1852bb5f6e15ac2f081eb1;hp=1a4876bcbedb3396da7d0ea5f3cd0f3373dd999c;hpb=f1e9d069ec4ae0e35202b1d508f2652986036342;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"