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=8ecd7e19542c24081fa5437c9750cfd4f4098309;hpb=00599f878be182dc99e515e94b50f35b35956619;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 8ecd7e19..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.localhelm" . }} + - {{ include "common.ingressurl.aux" . }} secretName: secret-{{ include "common.name.chartmuseum" . }} rules: - - host: {{ include "common.ingressurl.localhelm" . }} - http: + - http: paths: - backend: serviceName: {{ include "common.servicename.chartmuseum.http" . }} servicePort: http - path: "/" + path: "/helm"