NONRTRIC-924: RANPM - Add control-panel to Kubernetes deployment 41/11841/1
authorDenisGNoonan <denis.noonan@est.tech>
Tue, 5 Sep 2023 10:55:40 +0000 (11:55 +0100)
committerDenis G Noonan <denis.noonan@est.tech>
Tue, 3 Oct 2023 09:21:41 +0000 (09:21 +0000)
commit54872c9d73ec5dc31dd0ba915cd1e0beb13a3096
treef2df15064d317db64499df2f3468905071fa5b85
parent18a22955ab912a29de5c2e62322222a8324cfeaa
NONRTRIC-924: RANPM - Add control-panel to Kubernetes deployment

Change-Id: I9351d2cf95b2d10d9eb00a02f2bd8c84c7ac4cf1
Signed-off-by: DenisGNoonan <denis.noonan@est.tech>
21 files changed:
docker-proj/docker-compose-k1.yaml
install/README.md
install/helm/controlpanel/.helmignore [new file with mode: 0644]
install/helm/controlpanel/Chart.yaml [new file with mode: 0644]
install/helm/controlpanel/resources-ing/nginx.conf [new file with mode: 0644]
install/helm/controlpanel/resources-ngw/nginx.conf [new file with mode: 0644]
install/helm/controlpanel/templates/configmap.yaml [new file with mode: 0644]
install/helm/controlpanel/templates/deployment.yaml [new file with mode: 0644]
install/helm/controlpanel/templates/service.yaml [new file with mode: 0644]
install/helm/controlpanel/values.yaml [new file with mode: 0644]
install/helm/nonrtricgateway/.helmignore [new file with mode: 0644]
install/helm/nonrtricgateway/Chart.yaml [new file with mode: 0644]
install/helm/nonrtricgateway/resources/config/application.yaml [new file with mode: 0644]
install/helm/nonrtricgateway/templates/configmap.yaml [new file with mode: 0644]
install/helm/nonrtricgateway/templates/deployment.yaml [new file with mode: 0644]
install/helm/nonrtricgateway/templates/service.yaml [new file with mode: 0644]
install/helm/nonrtricgateway/values.yaml [new file with mode: 0644]
install/install-nrt.sh
install/install-pm-influx-job.sh
install/uninstall-nrt.sh
install/uninstall-ranpm.sh