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;h=4d26d304e387b86a9a5f6ff907e32e73f507eb03;hb=bb6097c9e2fa2918028892b2c5e675841029bee9;hp=8147541a96860ea26ace0688691657b395f1e1b1;hpb=b98e18905302fc97cd0ec46c8cc10b1844f08e4e;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 8147541a..4d26d304 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 "a1mediator.fullname" . }} - servicePort: {{ .Values.httpservice.port }} \ No newline at end of file + serviceName: {{ include "common.servicename.a1mediator.http" . }} + servicePort: {{ include "common.serviceport.a1mediator.http" . }}