Skip to content

Commit cccfc12

Browse files
committed
wip
1 parent 8815662 commit cccfc12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kubernetes/samples/charts/traefik/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ The chart is in the default repository for Helm.
1313

1414
To install the Traefik operator in the `traefik` namespace with default settings:
1515
```
16-
helm install --name traefik-operator --namespace traefik stable/traefik
16+
$ helm install --name traefik-operator --namespace traefik stable/traefik
1717
```
1818
Or, with a given `values.yaml`:
1919
```
20-
helm install --name traefik-operator --namespace traefik --values values.yaml stable/traefik
20+
$ helm install --name traefik-operator --namespace traefik --values values.yaml stable/traefik
2121
```
2222
With the dashboard enabled, you can access the Traefik dashboard with the URL `http://${HOSTNAME}:30305`, with the HTTP host `traefik.example.com`.
2323
```
24-
curl -H 'host: traefik.example.com' http://${HOSTNAME}:30305/
24+
$ curl -H 'host: traefik.example.com' http://${HOSTNAME}:30305/
2525
```
2626

2727
## Optionally, download the Traefik Helm chart
@@ -94,7 +94,7 @@ $ curl -k -H 'host: domain2.org' https://${HOSTNAME}:30443/testwebapp/
9494
## Uninstall the Traefik operator
9595
After removing all the Ingress resources, uninstall the Traefik operator:
9696
```
97-
helm delete --purge traefik-operator
97+
$ helm delete --purge traefik-operator
9898
```
9999
## Install and uninstall the Traefik operator with setup.sh
100100
Alternatively, you can run the helper script `setup.sh`, under the `kubernetes/samples/charts/util` folder, to install and uninstall Traefik.

0 commit comments

Comments
 (0)