forked from k-space/kube
traefik: publish services (for argo healthy)
This commit is contained in:
parent
0b6ab650a2
commit
a1acb06e12
@ -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
|
||||||
```
|
```
|
||||||
|
@ -16,6 +16,8 @@ providers:
|
|||||||
kubernetesIngress:
|
kubernetesIngress:
|
||||||
allowEmptyServices: true
|
allowEmptyServices: true
|
||||||
allowExternalNameServices: true
|
allowExternalNameServices: true
|
||||||
|
publishedService:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
Loading…
Reference in New Issue
Block a user