$ helm repo add banzaicloud http://kubernetes-charts.banzaicloud.com
$ helm repo update
$ helm install banzaicloud/ingressauthgenerator
This chart bootstraps a Banzai Cloud IngressAuthGenerator deployment to a Kubernetes cluster using the Helm package manager.
- Kubernetes 1.8+ with Beta APIs enabled
To install the chart with the release name my-release
:
$ helm install --name my-release banzaicloud/ingressauthgenerator
The command deploys IngressAuthGenerator to a Kubernetes cluster with the default configuration. The configuration section lists the parameters that can be configured during installation.
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.
The following tables lists the configurable parameters of the IngressAuthGenerator chart and their default values.
Parameter | Description | Default |
---|---|---|
ingressauthgenerator.name |
Container name | ingressauthgenerator |
ingressauthgenerator.image |
Container image | banzaicloud/ingressauthgenerator:{VERSION} |
ingressauthgenerator.imagePullPolicy |
Image pull policy. | IfNotPresent |
ingressauthgenerator.resources |
CPU/Memory resource requests/limits | Memory: 120Mi , CPU: 20m |
Specify each parameter using the --set key=value[,key=value]
argument to helm install
.
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example:
$ helm install --name my-release -f values.yaml banzaicloud/ingressauthgenerator
Tip: You can use the default values.yaml