mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Voyager
Voyager provides controller for Ingress and Certificates for Kubernetes developed by AppsCode.
TL;DR;
$ helm install stable/voyager
Introduction
This chart bootstraps an ingress controller deployment on a Kubernetes cluster using the Helm package manager.
Prerequisites
- Kubernetes 1.3+
Installing the Chart
To install the chart with the release name my-release:
$ helm install --name my-release stable/voyager
The command deploys Voyager Controller on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.
Tip
: List all releases using
helm list
Uninstalling the Chart
To uninstall/delete the my-release:
$ helm delete my-release
The command removes all the Kubernetes components associated with the chart and deletes the release.
Configuration
The following tables lists the configurable parameters of the Voyager chart and their default values.
| Parameter | Description | Default |
|---|---|---|
image |
Container image to run | appscode/voyager |
imageTag |
Image tag of container | 3.0.0 |
cloudProvider |
Name of cloud provider | `` |
cloudConfig |
Path to cloud config | `` |
logLevel |
Log level for operator | 3 |
persistence.enabled |
Enable mounting cloud config | false |
persistence.hostPath |
Host mount path for cloud config | /etc/kubernetes |