Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants