Skip to content

Raajev/tiny-vnf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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