Skip to content

Commit cd69a40

Browse files
committed
docs(apisix): regenerate helm-docs README
1 parent 0265a35 commit cd69a40

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

charts/apisix/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ The command removes all the Kubernetes components associated with the chart and
123123
| apisix.ssl.additionalContainerPorts | list | `[]` | Support multiple https ports, See [Configuration](https://github.com/apache/apisix/blob/0bc65ea9acd726f79f80ae0abd8f50b7eb172e3d/conf/config-default.yaml#L99) |
124124
| apisix.ssl.certCAFilename | string | `""` | Filename be used in the apisix.ssl.existingCASecret |
125125
| apisix.ssl.containerPort | int | `9443` | |
126-
| apisix.ssl.hostPort | number | `nil` | Bind the APISIX HTTPS container port to a host port. |
127126
| apisix.ssl.enableHTTP3 | bool | `false` | |
128127
| apisix.ssl.enabled | bool | `false` | |
129128
| apisix.ssl.existingCASecret | string | `""` | 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) |
@@ -219,9 +218,8 @@ The command removes all the Kubernetes components associated with the chart and
219218
| securityContext | object | `{}` | Set the securityContext for Apache APISIX container |
220219
| service.externalIPs | list | `[]` | |
221220
| service.externalTrafficPolicy | string | `"Cluster"` | |
222-
| service.http | object | `{"additionalContainerPorts":[],"containerPort":9080,"enabled":true,"hostPort":null,"servicePort":80}` | Apache APISIX service settings for http |
221+
| service.http | object | `{"additionalContainerPorts":[],"containerPort":9080,"enabled":true,"servicePort":80}` | Apache APISIX service settings for http |
223222
| service.http.additionalContainerPorts | list | `[]` | Support multiple http ports, See [Configuration](https://github.com/apache/apisix/blob/0bc65ea9acd726f79f80ae0abd8f50b7eb172e3d/conf/config-default.yaml#L24) |
224-
| service.http.hostPort | number | `nil` | Bind the APISIX HTTP container port to a host port. |
225223
| service.labelsOverride | object | `{}` | Override default labels assigned to Apache APISIX gateway resources |
226224
| service.stream | object | `{"enabled":false,"tcp":[],"udp":[]}` | Apache APISIX service settings for stream. L4 proxy (TCP/UDP) |
227225
| service.tls | object | `{"servicePort":443}` | Apache APISIX service settings for tls |

0 commit comments

Comments
 (0)