added traefik option for 'insecureSkipVerify'

This commit is contained in:
Michael Schietzsch
2022-03-04 15:02:54 +01:00
parent 6f6de884ec
commit 1da0724ab4
4 changed files with 14 additions and 0 deletions

View File

@@ -78,3 +78,7 @@ load_balancer_type = "lb11"
# ]
# },
# ]
# If you want to configure traefik with "insecureSkipVerify". This might be required if your ingress is connecting to TLS services; see https://doc.traefik.io/traefik/routing/overview/#insecureskipverify
# You probably should not use this in production
# insecureSkipVerify = true