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