X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=helm%2Finfrastructure%2Fsubcharts%2Fchartmuseum%2Ftemplates%2Fingress.yaml;fp=helm%2Finfrastructure%2Fsubcharts%2Fchartmuseum%2Ftemplates%2Fingress.yaml;h=0000000000000000000000000000000000000000;hb=282e7af25ec053ae6d1c5a399c91c2c323f705cd;hp=747942a53f0aede0d27212c1322a09e9fb58ab82;hpb=d68f2e965abec2c1078a9c62a9dc27a16e1d359d;p=ric-plt%2Fric-dep.git diff --git a/helm/infrastructure/subcharts/chartmuseum/templates/ingress.yaml b/helm/infrastructure/subcharts/chartmuseum/templates/ingress.yaml deleted file mode 100644 index 747942a..0000000 --- a/helm/infrastructure/subcharts/chartmuseum/templates/ingress.yaml +++ /dev/null @@ -1,32 +0,0 @@ -################################################################################ -# Copyright (c) 2019 AT&T Intellectual Property. # -# Copyright (c) 2019 Nokia. # -# # -# Licensed under the Apache License, Version 2.0 (the "License"); # -# you may not use this file except in compliance with the License. # -# You may obtain a copy of the License at # -# # -# http://www.apache.org/licenses/LICENSE-2.0 # -# # -# Unless required by applicable law or agreed to in writing, software # -# distributed under the License is distributed on an "AS IS" BASIS, # -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # -# See the License for the specific language governing permissions and # -# limitations under the License. # -################################################################################ -apiVersion: networking.k8s.io/v1beta1 -kind: Ingress -metadata: - name: {{ include "common.ingressname.chartmuseum" . }} -spec: - tls: - - hosts: - - {{ include "common.ingressurl.aux" . }} - secretName: secret-{{ include "common.name.chartmuseum" . }} - rules: - - http: - paths: - - backend: - serviceName: {{ include "common.servicename.chartmuseum.http" . }} - servicePort: http - path: "/helm"