Closed joshblakeley closed 3 years ago
443 is usually not able to be opened on our containers with default perms
If an API is templated by the ingress controller it sets the API port to 443.
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
Try and run the TLS ingress examples
This is a blocker for several clients.
https://github.com/TykTechnologies/tyk-operator/issues/213
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.