Skip to content

Commit 3acf35b

Browse files
committed
Add new parameters to doc
1 parent 0b59c25 commit 3acf35b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

all-in-one/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ A Helm chart for the deployment of WSO2 API Manager Single Node.
227227
| wso2.apim.log4j2.appenders | string | `""` | Appenders |
228228
| wso2.apim.log4j2.loggers | string | `""` | Console loggers that can be enabled. Allowed values are AUDIT_LOG_CONSOLE, HTTP_ACCESS_CONSOLE, TRANSACTION_CONSOLE, CORRELATION_CONSOLE |
229229
| wso2.apim.secureVaultEnabled | bool | `false` | Secure vauld enabled |
230+
| wso2.apim.startupArgs | string | `""` | Startup arguments for APIM |
230231
| wso2.apim.version | string | `"4.2.0"` | APIM version |
231232
| wso2.choreoAnalytics | object | `{"enabled":false,"endpoint":"","onpremKey":""}` | WSO2 Choreo Analytics Parameters If provided, these parameters will be used publish analytics data to Choreo Analytics environment (https://apim.docs.wso2.com/en/latest/observe/api-manager-analytics/configure-analytics/register-for-analytics/). |
232233
| wso2.choreoAnalytics.endpoint | string | `""` | Choreo Analytics cloud service endpoint |
@@ -240,6 +241,7 @@ A Helm chart for the deployment of WSO2 API Manager Single Node.
240241
| wso2.deployment.livenessProbe.initialDelaySeconds | int | `60` | Number of seconds after the container has started before liveness probes are initiated |
241242
| wso2.deployment.livenessProbe.periodSeconds | int | `10` | How often (in seconds) to perform the probe |
242243
| wso2.deployment.minAvailable | string | `"50%"` | Minimum available pod counts for PDB |
244+
| wso2.deployment.nodeSelector | string | `nil` | Node selector to deploy pod in selected node. Add label to the node and specify the label here. |
243245
| wso2.deployment.persistence.solrIndexing | object | `{"capacity":{"carbonDatabase":"50M","solrIndexedData":"50M"},"enabled":false}` | Persistent runtime artifacts for Apache Solr-based indexing |
244246
| wso2.deployment.persistence.solrIndexing.capacity.carbonDatabase | string | `"50M"` | For persisting the H2 based local Carbon database file |
245247
| wso2.deployment.persistence.solrIndexing.capacity.solrIndexedData | string | `"50M"` | For persisting the indexed solr data |

distributed/control-plane/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ A Helm chart for the deployment of WSO2 API Management Control Plane profile
152152
| wso2.deployment.livenessProbe.initialDelaySeconds | int | `60` | Number of seconds after the container has started before liveness probes are initiated |
153153
| wso2.deployment.livenessProbe.periodSeconds | int | `10` | How often (in seconds) to perform the probe |
154154
| wso2.deployment.minAvailable | string | `"50%"` | Minimum available pod counts for PDB |
155+
| wso2.deployment.nodeSelector | string | `nil` | Node selector to deploy pod in selected node. Add label to the node and specify the label here. |
155156
| wso2.deployment.persistence.solrIndexing | object | `{"capacity":{"carbonDatabase":"50M","solrIndexedData":"50M"},"enabled":false}` | Persistent runtime artifacts for Apache Solr-based indexing |
156157
| wso2.deployment.persistence.solrIndexing.capacity.carbonDatabase | string | `"50M"` | For persisting the H2 based local Carbon database file |
157158
| wso2.deployment.persistence.solrIndexing.capacity.solrIndexedData | string | `"50M"` | For persisting the indexed solr data |
@@ -171,4 +172,4 @@ A Helm chart for the deployment of WSO2 API Management Control Plane profile
171172
| wso2.deployment.startupProbe.periodSeconds | int | `10` | How often (in seconds) to perform the probe |
172173

173174
----------------------------------------------
174-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
175+
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)

distributed/gateway/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ A Helm chart for the deployment of WSO2 API Management Gateway profile
119119
| wso2.apim.configurations.throttling.jwtClaimBasedThrottling | bool | `false` | Enable JWT claim based throttling |
120120
| wso2.apim.configurations.throttling.portOffset | int | `0` | |
121121
| wso2.apim.configurations.throttling.queryParamBasedThrottling | bool | `false` | Enable query param based throttling |
122+
| wso2.apim.configurations.throttling.servicePort | int | `9443` | Port of the service URL |
122123
| wso2.apim.configurations.throttling.serviceUrl | string | `"wso2am-cp-service"` | Traffic manager loadbalancer service url for throttling. If the traffic manager is separated from control-plane, all urls should be pointed to traffic-manager ones. |
123124
| wso2.apim.configurations.throttling.unlimitedTier | bool | `true` | Enable unlimited throttling tier |
124125
| wso2.apim.configurations.throttling.urls | list | `["wso2am-cp-1-service","wso2am-cp-2-service"]` | Traffic manager service urls. You only need to define one if the TM is not in HA. |
@@ -147,6 +148,7 @@ A Helm chart for the deployment of WSO2 API Management Gateway profile
147148
| wso2.deployment.memoryUtilizationPercentage | int | `75` | Target memory utilization percentage for HPA |
148149
| wso2.deployment.minAvailable | string | `"50%"` | Minimum available pod counts for PDB |
149150
| wso2.deployment.minReplicas | int | `2` | Minimum replicas for HPA |
151+
| wso2.deployment.nodeSelector | string | `nil` | Node selector to deploy pod in selected node. Add label to the node and specify the label here. |
150152
| wso2.deployment.readinessProbe.failureThreshold | int | `3` | Minimum consecutive successes for the probe to be considered successful after having failed |
151153
| wso2.deployment.readinessProbe.initialDelaySeconds | int | `60` | Number of seconds after the container has started before readiness probes are initiated |
152154
| wso2.deployment.readinessProbe.periodSeconds | int | `10` | How often (in seconds) to perform the probe |
@@ -164,4 +166,4 @@ A Helm chart for the deployment of WSO2 API Management Gateway profile
164166
| wso2.deployment.strategy.rollingUpdate.maxUnavailable | int | `0` | |
165167

166168
----------------------------------------------
167-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
169+
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)

distributed/traffic-manager/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ A Helm chart for the deployment of WSO2 API Management Traffic Manager profile
9090
| wso2.apim.log4j2.appenders | string | `""` | Appenders |
9191
| wso2.apim.log4j2.loggers | string | `""` | Console loggers that can be enabled. Allowed values are AUDIT_LOG_CONSOLE, HTTP_ACCESS_CONSOLE, TRANSACTION_CONSOLE, CORRELATION_CONSOLE |
9292
| wso2.apim.secureVaultEnabled | bool | `false` | Secure vauld enabled |
93+
| wso2.apim.startupArgs | string | `""` | Startup arguments for APIM |
9394
| wso2.apim.version | string | `"4.2.0"` | APIM version |
9495
| wso2.deployment.cpuUtilizationPercentage | int | `75` | Target CPU utilization percentage for HPA |
9596
| wso2.deployment.highAvailability | bool | `true` | Enable high availability for traffic manager. If this is enabled, two traffic manager instances will be deployed. This is not relavant to HA in Kubernetes. Multiple replicas of the same instance will not count as HA for TM. |
@@ -103,6 +104,7 @@ A Helm chart for the deployment of WSO2 API Management Traffic Manager profile
103104
| wso2.deployment.livenessProbe.periodSeconds | int | `10` | How often (in seconds) to perform the probe |
104105
| wso2.deployment.memoryUtilizationPercentage | int | `75` | Target memory utilization percentage for HPA |
105106
| wso2.deployment.minAvailable | string | `"50%"` | Minimum available pod counts for PDB |
107+
| wso2.deployment.nodeSelector | string | `nil` | Node selector to deploy pod in selected node. Add label to the node and specify the label here. |
106108
| wso2.deployment.readinessProbe.failureThreshold | int | `3` | Minimum consecutive successes for the probe to be considered successful after having failed |
107109
| wso2.deployment.readinessProbe.initialDelaySeconds | int | `60` | Number of seconds after the container has started before readiness probes are initiated |
108110
| wso2.deployment.readinessProbe.periodSeconds | int | `10` | How often (in seconds) to perform the probe |
@@ -119,4 +121,4 @@ A Helm chart for the deployment of WSO2 API Management Traffic Manager profile
119121
| wso2.deployment.strategy.rollingUpdate.maxUnavailable | int | `0` | |
120122

121123
----------------------------------------------
122-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
124+
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)

0 commit comments

Comments
 (0)