Thursday, June 25, 2020

k8s: Deploying traefik with helm3

HELM 3
--------
$ helm repo add traefik https://containous.github.io/traefik-helm-chart
$ helm install --namespace kube-system traefik traefik/traefik -f Helm/traefik-helm-values.yaml


HELM 2 (in the past)
-------------------------------
$ helm install stable/traefik --name traefik --namespace kube-system -f Helm/traefik-helm-values.yaml 

No comments:

Post a Comment