ohayak commented on issue #1082:
URL:
https://github.com/apache/apisix-ingress-controller/issues/1082#issuecomment-1289665371
> redirect.https_port
Indeed it changes the container port but it dosn't solve the problem,
redirect still rewrite the port to 9443. The workaround that worked for me was
to edit the redirect plugin attribute "https_port" to match containerPort on 443
I m using the heml chart so it's sometjing like:
```yaml
gateway:
tls:
enabled: true
containerPort: 443
pluginAttrs:
redirect:
https_port: 443
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]