modified: services/casa-vlan-cicd-runners/README.md
modified: services/traefik/README.md
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# act-runners
|
||||
|
||||
|
||||
## Setup
|
||||
|
||||
Using flux for reconciliation.
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
# traefik
|
||||
|
||||
## Setup
|
||||
|
||||
Using flux for reconciliation.
|
||||
|
||||
``` bash
|
||||
helm repo add traefik https://traefik.github.io/charts --force-update
|
||||
helm upgrade --install traefik traefik/traefik --values=deploy/helm-values.yaml --version=40.2.0 --namespace kube-system --create-namespace
|
||||
kubectl kustomize ./deploy/flux | kubectl apply -f -
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user