SRCchen commented on code in PR #302:
URL: https://github.com/apache/apisix-helm-chart/pull/302#discussion_r886248450


##########
charts/apisix/README.md:
##########
@@ -89,9 +89,11 @@ Apache APISIX service parameters, this determines how users 
can access itself.
 | `gateway.type`                  | Apache APISIX service type for user access 
itself                                                                          
                                                         | `NodePort` |
 | `gateway.externalTrafficPolicy` | Setting how the Service route external 
traffic                                                                         
                                                             | `Cluster`  |
 | `gateway.http`                  | Apache APISIX service settings for http    
                                                                                
                                                         |            |
+| `gateway.http.hostPort`         | Set hostPort to access Apache APISIX 
service for http                                                                
                                                               | `Not Set`  |
 | `gateway.tls`                   | Apache APISIX service settings for tls     
                                                                                
                                                         |            |
 | `gateway.tls.existingCASecret`  | Specifies the name of Secret contains 
trusted CA certificates in the PEM format used to verify the certificate when 
APISIX needs to do SSL/TLS handshaking with external services (e.g. etcd) | 
`""`       |
 | `gateway.tls.certCAFilename`    | filename be used in the 
`gateway.tls.existingCASecret`                                                  
                                                                                
        | `""`       |
+| `gateway.tls.hostPort`          | Set hostPort to access Apache APISIX 
service for tls                                                                 
                                                               | `Not Set`  |

Review Comment:
   thanks 



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