First version of service exposure 31/8531/1
authorktimoney <kevin.timoney@est.tech>
Mon, 30 May 2022 15:08:27 +0000 (16:08 +0100)
committerKevin Timoney <kevin.timoney@est.tech>
Thu, 9 Jun 2022 07:39:19 +0000 (07:39 +0000)
commit28fa9fbfee514da8c85171facbabe6747f499988
tree45c20ce64fa3f39aba7085496e25d301bb2e0857
parent4bedc3ee0dafa48108d79f81174a6e679acabd25
First version of service exposure

Issue-ID: NONRTRIC-759
Signed-off-by: ktimoney <kevin.timoney@est.tech>
Change-Id: I45635153d3bd84d8c548654e4a27d10ed0d5e7aa
49 files changed:
service-exposure/Dockerfile_rhi [new file with mode: 0644]
service-exposure/Dockerfile_rim [new file with mode: 0644]
service-exposure/Dockerfile_rkm [new file with mode: 0644]
service-exposure/Dockerfile_rri [new file with mode: 0644]
service-exposure/Dockerfile_rrp [new file with mode: 0644]
service-exposure/README.md [new file with mode: 0644]
service-exposure/certs/client_certs.sh [new file with mode: 0644]
service-exposure/certs/server_certs.sh [new file with mode: 0644]
service-exposure/certs/test_cert.sh [new file with mode: 0644]
service-exposure/chartmuseum.yaml [new file with mode: 0644]
service-exposure/charts/rapp-invoker/.helmignore [new file with mode: 0644]
service-exposure/charts/rapp-invoker/Chart.yaml [new file with mode: 0644]
service-exposure/charts/rapp-invoker/templates/NOTES.txt [new file with mode: 0644]
service-exposure/charts/rapp-invoker/templates/_helpers.tpl [new file with mode: 0644]
service-exposure/charts/rapp-invoker/templates/clusterrole.yaml [new file with mode: 0644]
service-exposure/charts/rapp-invoker/templates/deployment.yaml [new file with mode: 0644]
service-exposure/charts/rapp-invoker/templates/hpa.yaml [new file with mode: 0644]
service-exposure/charts/rapp-invoker/templates/ingress.yaml [new file with mode: 0644]
service-exposure/charts/rapp-invoker/templates/service.yaml [new file with mode: 0644]
service-exposure/charts/rapp-invoker/templates/serviceaccount.yaml [new file with mode: 0644]
service-exposure/charts/rapp-invoker/templates/tests/test-connection.yaml [new file with mode: 0644]
service-exposure/charts/rapp-invoker/values.yaml [new file with mode: 0644]
service-exposure/charts/rapp-provider/.helmignore [new file with mode: 0644]
service-exposure/charts/rapp-provider/Chart.yaml [new file with mode: 0644]
service-exposure/charts/rapp-provider/templates/NOTES.txt [new file with mode: 0644]
service-exposure/charts/rapp-provider/templates/_helpers.tpl [new file with mode: 0644]
service-exposure/charts/rapp-provider/templates/clusterrole.yaml [new file with mode: 0644]
service-exposure/charts/rapp-provider/templates/deployment.yaml [new file with mode: 0644]
service-exposure/charts/rapp-provider/templates/hpa.yaml [new file with mode: 0644]
service-exposure/charts/rapp-provider/templates/ingress.yaml [new file with mode: 0644]
service-exposure/charts/rapp-provider/templates/service.yaml [new file with mode: 0644]
service-exposure/charts/rapp-provider/templates/serviceaccount.yaml [new file with mode: 0644]
service-exposure/charts/rapp-provider/templates/tests/test-connection.yaml [new file with mode: 0644]
service-exposure/charts/rapp-provider/values.yaml [new file with mode: 0644]
service-exposure/go.mod [new file with mode: 0644]
service-exposure/go.sum [new file with mode: 0644]
service-exposure/keycloak.yaml [new file with mode: 0644]
service-exposure/postgres.yaml [new file with mode: 0644]
service-exposure/rapps-helm-installer.go [new file with mode: 0644]
service-exposure/rapps-helm-installer.yaml [new file with mode: 0644]
service-exposure/rapps-istio-mgr.go [new file with mode: 0644]
service-exposure/rapps-istio-mgr.yaml [new file with mode: 0644]
service-exposure/rapps-keycloak-mgr.go [new file with mode: 0644]
service-exposure/rapps-keycloak-mgr.yaml [new file with mode: 0644]
service-exposure/rapps-rapp-invoker.go [new file with mode: 0644]
service-exposure/rapps-rapp-provider.go [new file with mode: 0644]
service-exposure/rp_test.sh [new file with mode: 0644]
service-exposure/start_pods.sh [new file with mode: 0644]
service-exposure/stop_pods.sh [new file with mode: 0644]