Skip to content

Conversation

@miguelvr
Copy link

@miguelvr miguelvr commented Oct 21, 2025

Allows configuring the tunnel protocol via helm values

Comment on lines +44 to +45
- '--protocol'
- {{ .Values.cloudflare.protocol }}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be better that this is moved in the config.yaml which is sourced via the configmap?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would require implementing it in config.yaml. Current options are a flag or TUNNEL_TRANSPORT_PROTOCOL environment variable.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flags are better than configs for this type of configuration, because if you change that flag it triggers a deployment restart. If you change the config, it does not affect the deployment unless you have some external mechanism reloading the container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants