X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fa1mediator%2Ftemplates%2Fingress-a1mediator.yaml;fp=helm%2Fa1mediator%2Ftemplates%2Fingress-a1mediator.yaml;h=8a04744008ed128545a51c9a5b8e61d0df219ad2;hb=38dc857062b14145f5b9db89d10eba0ae5b90d11;hp=0000000000000000000000000000000000000000;hpb=0c9bc21e8efc4c7205a46ef1456d1f08e65c56f2;p=ric-plt%2Fric-dep.git diff --git a/helm/a1mediator/templates/ingress-a1mediator.yaml b/helm/a1mediator/templates/ingress-a1mediator.yaml new file mode 100644 index 0000000..8a04744 --- /dev/null +++ b/helm/a1mediator/templates/ingress-a1mediator.yaml @@ -0,0 +1,12 @@ +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" . }}