TykTechnologies / tyk-operator

Tyk Operator for Kubernetes
https://tyk.io
Other
198 stars 40 forks source link

TLS ingress should not try to open 443 on the Tyk container #284

Closed joshblakeley closed 3 years ago

joshblakeley commented 3 years ago

Expected Behavior

443 is usually not able to be opened on our containers with default perms

Current Behavior

If an API is templated by the ingress controller it sets the API port to 443.

Possible Solution

Make this configurable by the user and set a sensible default such as 8443. We then do the mapping at the ingress/service level to the container port

Steps to Reproduce

Try and run the TLS ingress examples

Context

This is a blocker for several clients.

asoorm commented 3 years ago

https://github.com/TykTechnologies/tyk-operator/issues/213