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