Entrypoint option allowACMEBypass is not working
Closed this issue · 0 comments
mback2k commented
Welcome!
- Yes, I've searched similar issues on GitHub and didn't find any.
- Yes, I've searched similar issues on the Traefik community forum and didn't find any.
What version of the Traefik's Helm Chart are you using?
33.0.0
What version of Traefik are you using?
3.2.0
What did you do?
I configured allowACMEByPass: true
on the web
entrypoint.
What did you see instead?
Entrypoint name in Pod
template is hard-coded to name
and not using variable:
What is your environment & configuration?
service:
additionalServices:
internal:
type: ClusterIP
ports:
traefik:
expose:
default: false
internal: true
web:
allowACMEByPass: true
redirectTo:
port: websecure
priority: 1
websecure:
asDefault: true
Additional Information
No response