Add Helm chart to deploy RAN NSSMF Simulator RAPP 23/15223/3
authorsunil.n <sunil.n@samsung.com>
Thu, 13 Nov 2025 05:31:47 +0000 (11:01 +0530)
committersunil.n <sunil.n@samsung.com>
Fri, 21 Nov 2025 05:08:19 +0000 (10:38 +0530)
commit758bf81e0f2ac43690e8073d921737d5f7b9f0b9
tree60921f1f9dbdb4e1d881c3efc7068d76495af326
parent36080c5223974c5975aee1223cdd8968a4554d18
Add Helm chart to deploy RAN NSSMF Simulator RAPP

- Add comprehensive Helm chart for Kubernetes deployment
- Include deployment, service, serviceaccount templates
- Add configurable values.yaml with environment variables
- Update README.md with complete Kubernetes deployment guide
- Document both Spring Boot app and Helm chart components
- Add step-by-step deployment instructions and troubleshooting

Change-Id: I893ee4b82a3bd48eb4dc335e93e43879151b079b
Signed-off-by: sunil.n <sunil.n@samsung.com>
sample-rapp-generator/rapp-ran-nssmf-simulator/README.md
sample-rapp-generator/rapp-ran-nssmf-simulator/ran-nssmf-simulator-rapp/Artifacts/Deployment/HELM/ran-nssmf-simulator-rapp/.helmignore [new file with mode: 0644]
sample-rapp-generator/rapp-ran-nssmf-simulator/ran-nssmf-simulator-rapp/Artifacts/Deployment/HELM/ran-nssmf-simulator-rapp/Chart.yaml [new file with mode: 0644]
sample-rapp-generator/rapp-ran-nssmf-simulator/ran-nssmf-simulator-rapp/Artifacts/Deployment/HELM/ran-nssmf-simulator-rapp/templates/NOTES.txt [new file with mode: 0644]
sample-rapp-generator/rapp-ran-nssmf-simulator/ran-nssmf-simulator-rapp/Artifacts/Deployment/HELM/ran-nssmf-simulator-rapp/templates/_helpers.tpl [new file with mode: 0644]
sample-rapp-generator/rapp-ran-nssmf-simulator/ran-nssmf-simulator-rapp/Artifacts/Deployment/HELM/ran-nssmf-simulator-rapp/templates/deployment.yaml [new file with mode: 0644]
sample-rapp-generator/rapp-ran-nssmf-simulator/ran-nssmf-simulator-rapp/Artifacts/Deployment/HELM/ran-nssmf-simulator-rapp/templates/service.yaml [new file with mode: 0644]
sample-rapp-generator/rapp-ran-nssmf-simulator/ran-nssmf-simulator-rapp/Artifacts/Deployment/HELM/ran-nssmf-simulator-rapp/templates/serviceaccount.yaml [new file with mode: 0644]
sample-rapp-generator/rapp-ran-nssmf-simulator/ran-nssmf-simulator-rapp/Artifacts/Deployment/HELM/ran-nssmf-simulator-rapp/templates/tests/test-connection.yaml [new file with mode: 0644]
sample-rapp-generator/rapp-ran-nssmf-simulator/ran-nssmf-simulator-rapp/Artifacts/Deployment/HELM/ran-nssmf-simulator-rapp/values.yaml [new file with mode: 0644]