You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/06/01 01:28:59 UTC

[GitHub] [apisix-helm-chart] SRCchen commented on a diff in pull request #302: add hostport to apisix

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org