diff --git a/traefik/README.md b/traefik/README.md index 5fbc910..44c068e 100644 --- a/traefik/README.md +++ b/traefik/README.md @@ -7,6 +7,8 @@ Should ArgoCD be down manifests here can be applied with: ``` kubectl create namespace traefik +helm repo add traefik https://traefik.github.io/charts + helm template --include-crds -n traefik --release-name k6 traefik/traefik -f values.yml > application.yml -kubectl apply -n traefik -f application.yml -f application-extras.yml -f whoami.yml +kubectl apply -n traefik -f application.yml -f application-extras.yml ``` diff --git a/traefik/values.yml b/traefik/values.yml index 8168bcc..3e881f3 100644 --- a/traefik/values.yml +++ b/traefik/values.yml @@ -16,6 +16,8 @@ providers: kubernetesIngress: allowEmptyServices: true allowExternalNameServices: true + publishedService: + enabled: true deployment: replicas: 2