You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/apisix/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,6 @@ The command removes all the Kubernetes components associated with the chart and
123
123
| apisix.ssl.additionalContainerPorts | list |`[]`| Support multiple https ports, See [Configuration](https://github.com/apache/apisix/blob/0bc65ea9acd726f79f80ae0abd8f50b7eb172e3d/conf/config-default.yaml#L99)|
124
124
| apisix.ssl.certCAFilename | string |`""`| Filename be used in the apisix.ssl.existingCASecret |
125
125
| apisix.ssl.containerPort | int |`9443`||
126
-
| apisix.ssl.hostPort | number |`nil`| Bind the APISIX HTTPS container port to a host port. |
127
126
| apisix.ssl.enableHTTP3 | bool |`false`||
128
127
| apisix.ssl.enabled | bool |`false`||
129
128
| 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
219
218
| securityContext | object |`{}`| Set the securityContext for Apache APISIX container |
| 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 |
223
222
| 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. |
0 commit comments