Update 'README.md'

This commit is contained in:
niku 2022-05-20 20:15:02 +00:00
parent 72102d84c0
commit 3ecd4a3159

View File

@ -25,6 +25,7 @@ kubectl apply -f ./deployments/metallb-prep.yml
```
### Traefik (ingress)
Before running set `apiKey` to your cloudflare API-key in `./deployments/traefik-prep.yml`
```bash
kubectl apply -f ./deployments/traefik-prep.yml
helm install traefik traefik/traefik --namespace=traefik --values=./values-files/traefik-values.yaml --create-namespace