kubetunnel icon indicating copy to clipboard operation
kubetunnel copied to clipboard

Proxy a list of URLs through the tunnel - kubetunnel-server

Open eliranw opened this issue 3 years ago • 1 comments

  1. Add sidecar for tcp proxy to kubetunnel deployment 1.1 Need to choose proxy type to deploy 1.2 Add proxy to helm chart of kubetunnel-server - only deploy it if needed with the relevant config from cr spec.

eliranw avatar Nov 05 '22 18:11 eliranw

@tamirshaul You should expect the following format in the KubeTunnel CR:

proxies: {
    "dcode.tech": 443,
    "rabbitmq.dcode.tech": 5672
}

maordavidov avatar Nov 10 '22 23:11 maordavidov