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=0000000000000000000000000000000000000000;hb=dc00cdf008775e2ac5dddb186d1eb81e80370b69;hp=8a04744008ed128545a51c9a5b8e61d0df219ad2;hpb=ca9b3ee64b3966fa1d20226b361b4f614434129e;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 deleted file mode 100644 index 8a047440..00000000 --- a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/ingress-a1mediator.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: networking.k8s.io/v1beta1 -kind: Ingress -metadata: - name: {{ include "common.ingressname.a1mediator" . }} -spec: - rules: - - http: - paths: - - path: {{ include "common.kongpath.ric.a1mediator" . }} - backend: - serviceName: {{ include "common.servicename.a1mediator.http" . }} - servicePort: {{ include "common.serviceport.a1mediator.http" . }}