traefik: publish services (for argo healthy)

This commit is contained in:
rasmus 2024-08-03 08:13:35 +03:00
parent 0b6ab650a2
commit a1acb06e12
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,8 @@ Should ArgoCD be down manifests here can be applied with:
``` ```
kubectl create namespace traefik 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 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
``` ```

View File

@ -16,6 +16,8 @@ providers:
kubernetesIngress: kubernetesIngress:
allowEmptyServices: true allowEmptyServices: true
allowExternalNameServices: true allowExternalNameServices: true
publishedService:
enabled: true
deployment: deployment:
replicas: 2 replicas: 2