Re: [I] Request help: how to setup the gateway variables to enable HTTPS? [apisix-helm-chart]

2026-04-08 Thread via GitHub


Baoyuantop closed issue #230: Request help: how to setup the gateway variables 
to enable HTTPS?
URL: https://github.com/apache/apisix-helm-chart/issues/230


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



Re: [I] Request help: how to setup the gateway variables to enable HTTPS? [apisix-helm-chart]

2026-04-08 Thread via GitHub


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]



Re: [I] Request help: how to setup the gateway variables to enable HTTPS? [apisix-helm-chart]

2025-03-11 Thread via GitHub


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

   Hi. could anyone share a working values.yaml file for enabling ssl in 
apisix? tnx btw.


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