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
The container can expose itself over port 8443 and the service can expose that over 443
The --backend parameter can be used to connect to Varnish, possibly over UDS instead of TCP
The --frontend parameter can be used to listen on port 8443 and to set the location of the TLS certificate
The --write-proxy-v2 flag can be enabled to communicate with Varnish using the PROXY protocol. This only works if there's an interface on Varnish that listens to PROXY traffic
The --alpn-protos option can be used to offer HTTP/2 support
Please also make sure the way to enable TLS matches the syntax of the Varnish Enterprise Helm Chart. This means providing the following Helm config overrides:
This is sorta supported right now with extraContainers, but we're definitely looking into adding a native support for it. The bit about certificate needs some thinking, though.
Due to hitch being quite different from the in-core TLS offering, I'm still not sure if we should match the settings one-to-one, and opt for our standard configuration style for sidecar (server.<component>.*) instead. This way we can backport Hitch support to Enterprise as well.
Please provide TLS support by adding an extra sidecar in the pod for Hitch.
8443
and the service can expose that over443
--backend
parameter can be used to connect to Varnish, possibly over UDS instead of TCP--frontend
parameter can be used to listen on port8443
and to set the location of the TLS certificate--write-proxy-v2
flag can be enabled to communicate with Varnish using thePROXY
protocol. This only works if there's an interface on Varnish that listens to PROXY traffic--alpn-protos
option can be used to offer HTTP/2 supportPlease also make sure the way to enable TLS matches the syntax of the Varnish Enterprise Helm Chart. This means providing the following Helm config overrides:
Thanks for considering.
The text was updated successfully, but these errors were encountered: