Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

[TD-629] Allow multiple container ports in hybrid #157

Open
jbiskur opened this issue Sep 7, 2021 · 1 comment
Open

[TD-629] Allow multiple container ports in hybrid #157

jbiskur opened this issue Sep 7, 2021 · 1 comment

Comments

@jbiskur
Copy link

jbiskur commented Sep 7, 2021

Currently, there is no way of adding more container ports for the gateways whitelisting of ports feature as the "ports:
- containerPort: {{ .Values.gateway.containerPort }}" in the "tyk-hybrid/templates/deployment-gw-repset.yaml only accepts a single value rather than an array.

It would be solved by having:
gateway:
containerPort:
- 8443
- 2223
- 2224

extraEnvs:
- name: "TYK_GW_PORTSWHITELIST_PORTSWHITELIST_TCP_PORTS"
value: "2223,2224"

@n2linux
Copy link

n2linux commented Sep 16, 2021

Howdy @jbiskur - thanks for opening this issue! We will take a look and get this added to our internal feature request list.

@n2linux n2linux changed the title Allow multiple container ports in hybrid [TD-629] Allow multiple container ports in hybrid Sep 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants