helm installation using values
This commit is contained in:
parent
6be77b7fb9
commit
36e273714d
1 changed files with 14 additions and 0 deletions
|
@ -301,7 +301,21 @@ Install the Træfik chart by:
|
||||||
```shell
|
```shell
|
||||||
helm install stable/traefik
|
helm install stable/traefik
|
||||||
```
|
```
|
||||||
|
Install the Træfik chart using a values.yaml file.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
helm install --values values.yaml stable/traefik
|
||||||
|
```
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
dashboard:
|
||||||
|
enabled: true
|
||||||
|
domain: traefik-ui.minikube
|
||||||
|
kubernetes:
|
||||||
|
namespaces:
|
||||||
|
- default
|
||||||
|
- kube-system
|
||||||
|
```
|
||||||
For more information, check out [the documentation](https://github.com/kubernetes/charts/tree/master/stable/traefik).
|
For more information, check out [the documentation](https://github.com/kubernetes/charts/tree/master/stable/traefik).
|
||||||
|
|
||||||
## Submitting an Ingress to the Cluster
|
## Submitting an Ingress to the Cluster
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue