X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=infra%2F10-Nexus%2Fhelm%2Ftemplates%2Fingress.yaml;fp=infra%2F10-Nexus%2Fhelm%2Ftemplates%2Fingress.yaml;h=36090229aecc3f0600cb4ef1825fb5037068ce03;hb=fc4f466d6a05466097cdcfff1990e732c3b288b0;hp=078f1af1e3732331cce3d58b3b692b508732c628;hpb=1185de0a37a13edef909d9159b4b45687ae05205;p=it%2Fdep.git diff --git a/infra/10-Nexus/helm/templates/ingress.yaml b/infra/10-Nexus/helm/templates/ingress.yaml index 078f1af1..36090229 100644 --- a/infra/10-Nexus/helm/templates/ingress.yaml +++ b/infra/10-Nexus/helm/templates/ingress.yaml @@ -14,12 +14,10 @@ # See the License for the specific language governing permissions and # # limitations under the License. # ################################################################################ - -{{- $fullName := include "nexus.fullname" . -}} apiVersion: extensions/v1beta1 kind: Ingress metadata: - name: {{ $fullName }} + name: {{ include "nexus.fullname" . }} labels: app: {{ template "nexus.name" . }} chart: {{ template "nexus.chart" . }} @@ -35,11 +33,11 @@ spec: http: paths: - backend: - serviceName: {{ $fullName }} + serviceName: {{ include "nexus.fullname" . }} servicePort: nexus - host: docker.{{ .Values.ingress.hostpostfix }} http: paths: - backend: - serviceName: {{ $fullName }} + serviceName: {{ include "nexus.fullname" . }} servicePort: docker