X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fa1mediator%2Ftemplates%2Fingress-a1mediator.yaml;fp=ric-platform%2F50-RIC-Platform%2Fhelm%2Fa1mediator%2Ftemplates%2Fingress-a1mediator.yaml;h=d7b63abc74ba690d1a78afa2b31306f5b40d477f;hb=d06b3e6b9bb5104c34037029aaa040dc96d48c86;hp=c0658d3c6d183d86660e43f82fb54075162cbeec;hpb=d32ff1f486548b1a6123761055c2757c5762904f;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/ingress-a1mediator.yaml b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/ingress-a1mediator.yaml index c0658d3c..d7b63abc 100644 --- a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/ingress-a1mediator.yaml +++ b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/ingress-a1mediator.yaml @@ -1,12 +1,12 @@ apiVersion: extensions/v1beta1 kind: Ingress metadata: - name: ric-ingress-a1mediator + name: {{ include "common.ingressname.a1mediator" . }} spec: rules: - http: paths: - path: /a1mediator backend: - serviceName: {{ include "common.servicename.a1mediator" . }} - servicePort: {{ .Values.httpservice.port }} + serviceName: {{ include "common.servicename.a1mediator.http" . }} + servicePort: {{ .Values.a1mediator.service.http.port }} \ No newline at end of file