X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fingress.yaml~;fp=ric-platform%2F50-RIC-Platform%2Fhelm%2Fingress.yaml~;h=91ba4eb0c3e1c055d52e4f1c49566121d8cc04e5;hb=f3d492808ef3408b811d08fb7eaf26eccf83b031;hp=0000000000000000000000000000000000000000;hpb=979b5c13af5d38abc3826d82db651080715c69d4;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/ingress.yaml~ b/ric-platform/50-RIC-Platform/helm/ingress.yaml~ new file mode 100644 index 00000000..91ba4eb0 --- /dev/null +++ b/ric-platform/50-RIC-Platform/helm/ingress.yaml~ @@ -0,0 +1,17 @@ +apiVersion: extensions/v1beta1 +kind: Ingress +metadata: + name: ric-ingress +spec: + rules: + - host: foo.bar.com + http: + paths: + - path: /e2mgr + backend: + serviceName: r0-e2mgr + servicePort: 3800 + - path: /appmgr + backend: + serviceName: r0-appmgr + servicePort: 8080 \ No newline at end of file