Skip to content

Commit c4e58fe

Browse files
authored
fix wth -> with typo (cloudflare#905)
1 parent b97b252 commit c4e58fe

File tree

2 files changed

+4
-4
lines changed
  • products
    • argo-tunnel/src/content/routing-to-tunnel
    • cloudflare-one/src/content/connections/connect-apps/routing-to-tunnel

2 files changed

+4
-4
lines changed

products/argo-tunnel/src/content/routing-to-tunnel/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Both options rely on Cloudflare's Load Balancer to send traffic for a single hos
2727

2828
3. Create a service that represents your application. In doing so, updates to the application do not impact the Tunnel configuration. For example, an `httpbin` service can be used.
2929

30-
4. Create two deployments wth one replica each using `cloudflared`. Configure `cloudflared` to point to the service IP of the upstream service. Mount the secrets created in Step 1 and point `cloudflared` to the right path.
30+
4. Create two deployments with one replica each using `cloudflared`. Configure `cloudflared` to point to the service IP of the upstream service. Mount the secrets created in Step 1 and point `cloudflared` to the right path.
3131

3232
5. In the Cloudflare dashboard, create a Load Balancer pool and [point the pool](/routing-to-tunnel/lb) to the two or more Argo Tunnel connections.
3333

@@ -39,6 +39,6 @@ Once configured, you can update `cloudflared` by updating one deployment and the
3939

4040
2. Upload the credentials file for each Tunnel as k8s secrets.
4141

42-
3. Create two deployments wth one replica each using `cloudflared`. Configure `cloudflared` to point to an ingress controller. Mount the secrets created in Step 1 and point `cloudflared` to the right path.
42+
3. Create two deployments with one replica each using `cloudflared`. Configure `cloudflared` to point to an ingress controller. Mount the secrets created in Step 1 and point `cloudflared` to the right path.
4343

4444
4. In the Cloudflare dashboard, create a Load Balancer pool and [point the pool](/routing-to-tunnel/lb) to the two or more Argo Tunnel connections.

products/cloudflare-one/src/content/connections/connect-apps/routing-to-tunnel/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Both options rely on Cloudflare's Load Balancer to send traffic for a single hos
2121

2222
3. Create a service that represents your application. In doing so, updates to the application do not impact the Tunnel configuration. For example, an `httpbin` service can be used.
2323

24-
4. Create two deployments wth one replica each using `cloudflared`. Configure `cloudflared` to point to the service IP of the upstream service. Mount the secrets created in Step 1 and point `cloudflared` to the right path.
24+
4. Create two deployments with one replica each using `cloudflared`. Configure `cloudflared` to point to the service IP of the upstream service. Mount the secrets created in Step 1 and point `cloudflared` to the right path.
2525

2626
5. In the Cloudflare dashboard, create a Load Balancer pool and [point the pool](/connections/connect-apps/routing-to-tunnel/lb) to the two or more Argo Tunnel connections.
2727

@@ -33,6 +33,6 @@ Once configured, you can update `cloudflared` by updating one deployment and the
3333

3434
2. Upload the credentials file for each Tunnel as k8s secrets.
3535

36-
3. Create two deployments wth one replica each using `cloudflared`. Configure `cloudflared` to point to an ingress controller. Mount the secrets created in Step 1 and point `cloudflared` to the right path.
36+
3. Create two deployments with one replica each using `cloudflared`. Configure `cloudflared` to point to an ingress controller. Mount the secrets created in Step 1 and point `cloudflared` to the right path.
3737

3838
4. In the Cloudflare dashboard, create a Load Balancer pool and [point the pool](/connections/connect-apps/routing-to-tunnel/lb) to the two or more Argo Tunnel connections.

0 commit comments

Comments
 (0)