Baoyuantop commented on issue #230:
URL: 
https://github.com/apache/apisix-helm-chart/issues/230#issuecomment-4205367548

   To enable HTTPS on the APISIX gateway, configure the SSL section in 
`values.yaml` (lines 308-326):
   
   ```yaml
   apisix:
     ssl:
       enabled: true
       containerPort: 9443
   
   service:
     tls:
       servicePort: 443
       nodePort: 32443  # if using NodePort
   ```
   
   After enabling SSL, you need to configure SSL certificates through the 
APISIX Admin API or via CRDs. The chart handles the NGINX listener 
configuration; the actual TLS certificates are managed through APISIX's SSL 
resource objects.
   
   Ref: https://apisix.apache.org/docs/apisix/certificate/
   
   Closing as this is a usage question. If you still need help, please feel 
free to reopen.


-- 
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]

Reply via email to