Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 966 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 966 Bytes

Tiny-vnf Helm Chart

  • Installs a small vnf with web services.

Provides Following functions

  • PVC based volume
  • Configmap based volume
  • Secret based volume
  • Secondary Network
  • Role & Role-binding
  • Statefulset & Deployment
  • Service & Headless Service

Get Repo Info

helm repo add tiny-vnf https://raajev.github.io/tiny-vnf
helm repo update

See helm repo for command documentation.

Installing the Chart

To install the chart with the release name my-release:

helm install my-release tiny-vnf/tiny-vnf

Uninstalling the Chart

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.

Upgrading an existing Release to a new major version

To upgrade the my-release deployment:

helm upgrade my-release tiny-vnf/tiny-vnf