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

Added gateway service port value #782

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

luismiguelsaez-steercrm
Copy link

Adding the ability to change the Apisix gateway's service pod target port. While working with cloud providers like AWS, the node ports are automatically configured based on the Kubernetes
Service ports. When we want to offload the TLS to the load-balancer, we need to send the HTTP traffic sent to the Service's TLS port to the Pod HTTP port and, with the current configuration, we
cannot do it because the same value ssl.containerPort is used for:

  • Gateway service's tls port target port to the Pod
  • Pod's TLS container port
  • Internal Nginx configuration, defined in the ConfigMap

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

Successfully merging this pull request may close these issues.

1 participant