- Installs a small vnf with web services.
- PVC based volume
- Configmap based volume
- Secret based volume
- Secondary Network
- Role & Role-binding
- Statefulset & Deployment
- Service & Headless Service
helm repo add tiny-vnf https://raajev.github.io/tiny-vnf
helm repo update
See helm repo for command documentation.
To install the chart with the release name my-release
:
helm install my-release tiny-vnf/tiny-vnf
To uninstall/delete the my-release deployment:
helm delete my-release
The command removes all the Kubernetes components associated with the chart and deletes the release.
To upgrade the my-release deployment:
helm upgrade my-release tiny-vnf/tiny-vnf