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=747942a53f0aede0d27212c1322a09e9fb58ab82;hb=refs%2Fchanges%2F34%2F1234%2F9;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..747942a5 100644 --- a/ric-infra/15-Chartmuseum/helm/chartmuseum/templates/ingress.yaml +++ b/ric-infra/15-Chartmuseum/helm/chartmuseum/templates/ingress.yaml @@ -14,20 +14,19 @@ # See the License for the specific language governing permissions and # # limitations under the License. # ################################################################################ -apiVersion: extensions/v1beta1 +apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: {{ include "common.ingressname.chartmuseum" . }} 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"