Skip to content

Commit 638e27f

Browse files
docs: update traefik helm repository
1 parent 49b905a commit 638e27f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
## Traefik Mesh: Simpler Service Mesh
1414

15-
Traefik Mesh is a simple, yet full-featured service mesh.
16-
It is container-native and fits as your de-facto service mesh in your Kubernetes cluster.
17-
It supports the latest Service Mesh Interface specification [SMI](https://smi-spec.io) that facilitates integration with pre-existing solution.
15+
Traefik Mesh is a simple, yet full-featured service mesh.
16+
It is container-native and fits as your de-facto service mesh in your Kubernetes cluster.
17+
It supports the latest Service Mesh Interface specification [SMI](https://smi-spec.io) that facilitates integration with pre-existing solution.
1818
Moreover, Traefik Mesh is opt-in by default, which means that your existing services are unaffected until you decide to add them to the mesh.
1919

2020
<p align="center">
@@ -24,10 +24,10 @@ Moreover, Traefik Mesh is opt-in by default, which means that your existing serv
2424

2525
## Non-Invasive Service Mesh
2626

27-
Traefik Mesh does not use any sidecar container but handles routing through proxy endpoints running on each node.
28-
The mesh controller runs in a dedicated pod and handles all the configuration parsing and deployment to the proxy nodes.
29-
Traefik Mesh supports multiple configuration options: annotations on user service objects, and SMI objects.
30-
Not using sidecars means that Traefik Mesh does not modify your Kubernetes objects, and does not modify your traffic without your knowledge.
27+
Traefik Mesh does not use any sidecar container but handles routing through proxy endpoints running on each node.
28+
The mesh controller runs in a dedicated pod and handles all the configuration parsing and deployment to the proxy nodes.
29+
Traefik Mesh supports multiple configuration options: annotations on user service objects, and SMI objects.
30+
Not using sidecars means that Traefik Mesh does not modify your Kubernetes objects, and does not modify your traffic without your knowledge.
3131
Using the Traefik Mesh endpoints is all that is required.
3232

3333
<p align="center">
@@ -46,9 +46,9 @@ To run this app, you require the following:
4646
## Install (Helm v3 only)
4747

4848
```shell
49-
helm repo add traefik-mesh https://helm.traefik.io/mesh
49+
helm repo add traefik https://traefik.github.io/charts
5050
helm repo update
51-
helm install traefik-mesh traefik-mesh/traefik-mesh
51+
helm install traefik-mesh traefik/traefik-mesh
5252
```
5353

5454
You can find the complete documentation at https://doc.traefik.io/traefik-mesh.

docs/content/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "There are different ways you can install Traefik Mesh, a simple an
88
To install Traefik Mesh, the installation method is quite simple:
99

1010
```bash
11-
helm repo add traefik-mesh https://helm.traefik.io/mesh
11+
helm repo add traefik https://traefik.github.io/charts
1212
helm repo update
1313
```
1414

docs/content/quickstart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ If you used `kubeadm` to deploy your cluster, a fast way to allow the helm insta
3232
## Installing Traefik Mesh
3333
3434
```bash tab="Command"
35-
helm repo add traefik-mesh https://helm.traefik.io/mesh
35+
helm repo add traefik https://traefik.github.io/charts
3636
helm repo update
37-
helm install traefik-mesh traefik-mesh/traefik-mesh
37+
helm install traefik-mesh traefik/traefik-mesh
3838
```
3939

4040
```bash tab="Expected output"

0 commit comments

Comments
 (0)