You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set "single: false" is not enough to deploy two services because the protocol value of http3 is hardcoded in _service.tpl. By default no one will match {{- if eq (toString $config.protocol) "UDP" -}} dist will be empty.
The text was updated successfully, but these errors were encountered:
Welcome!
What version of the Traefik's Helm Chart are you using?
30.0.2
What version of Traefik are you using?
3.1.0
What did you do?
helm install traefik traefik/traefik -n traefik --values traefik-values.yaml
traefik-values.yaml -
What did you see instead?
Only single service is rendered and deployed
What is your environment & configuration?
Helm 3.15
Additional Information
Set "single: false" is not enough to deploy two services because the protocol value of http3 is hardcoded in _service.tpl. By default no one will match
{{- if eq (toString $config.protocol) "UDP" -}}
dist will be empty.The text was updated successfully, but these errors were encountered: