Skip to content

Commit

Permalink
Allow k8s dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
luxas committed May 5, 2022
1 parent a68c747 commit 0127c3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/core-workshop-infra/templates/traefik-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ spec:
- --certificatesresolvers.letsencrypt.acme.dnschallenge.resolvers=1.1.1.1:53,1.0.0.1:53
- --certificatesresolvers.letsencrypt.acme.email=$(LETSENCRYPT_EMAIL)
- --certificatesresolvers.letsencrypt.acme.storage=/traefik-cache/acme.json
# This allows Traefik keep a Let's Encrypt HTTPS connection to the frontend
# while talking to an HTTPS backend as it were HTTP (not trusting the
# HTTPS certificate of the backend). This is a quick fix for showing the
# Kubernetes Dashboard.
- --serversTransport.insecureSkipVerify=true
# Please note that this is the staging Let's Encrypt server.
# Once you get things working, you should remove that whole line altogether.
# - --certificatesresolvers.letsencrypt.acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory
Expand Down

0 comments on commit 0127c3e

Please sign in to comment.