From 0c2652d95b4458618932a1c71b49ebecb064bf2c Mon Sep 17 00:00:00 2001 From: baschno Date: Tue, 4 Feb 2025 23:58:40 +0100 Subject: [PATCH] traefik readme --- Traefik/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Traefik/README.md b/Traefik/README.md index bd5fdc6..34b23ce 100644 --- a/Traefik/README.md +++ b/Traefik/README.md @@ -1,11 +1,13 @@ -Traefik via Helm +## Traefik via Helm helm repo add traefik https://helm.traefik.io/traefik helm install traefik traefik/traefik --namespace traefik --create-namespace --values traefik-values.yaml + +## Troubleshooting steps kubectl create deploy nginx --image=nginx -n test k create svc -n test clusterip nginx --tcp=80 k scale --replicas=3 deployment/nginx -n test