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
| wso2.apim.log4j2.loggers | string |`""`| Console loggers that can be enabled. Allowed values are AUDIT_LOG_CONSOLE, HTTP_ACCESS_CONSOLE, TRANSACTION_CONSOLE, CORRELATION_CONSOLE |
| wso2.apim.startupArgs | string |`""`| Startup arguments for APIM |
230
231
| wso2.apim.version | string |`"4.2.0"`| APIM version |
231
232
| 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/).|
@@ -240,6 +241,7 @@ A Helm chart for the deployment of WSO2 API Manager Single Node.
240
241
| wso2.deployment.livenessProbe.initialDelaySeconds | int |`60`| Number of seconds after the container has started before liveness probes are initiated |
241
242
| wso2.deployment.livenessProbe.periodSeconds | int |`10`| How often (in seconds) to perform the probe |
242
243
| 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. |
Copy file name to clipboardExpand all lines: distributed/control-plane/README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@ A Helm chart for the deployment of WSO2 API Management Control Plane profile
152
152
| wso2.deployment.livenessProbe.initialDelaySeconds | int |`60`| Number of seconds after the container has started before liveness probes are initiated |
153
153
| wso2.deployment.livenessProbe.periodSeconds | int |`10`| How often (in seconds) to perform the probe |
154
154
| 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. |
| wso2.apim.configurations.throttling.servicePort | int |`9443`| Port of the service URL |
122
123
| 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. |
| 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
147
148
| wso2.deployment.memoryUtilizationPercentage | int |`75`| Target memory utilization percentage for HPA |
148
149
| wso2.deployment.minAvailable | string |`"50%"`| Minimum available pod counts for PDB |
149
150
| 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. |
150
152
| wso2.deployment.readinessProbe.failureThreshold | int |`3`| Minimum consecutive successes for the probe to be considered successful after having failed |
151
153
| wso2.deployment.readinessProbe.initialDelaySeconds | int |`60`| Number of seconds after the container has started before readiness probes are initiated |
152
154
| 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
164
166
| wso2.deployment.strategy.rollingUpdate.maxUnavailable | int |`0`||
165
167
166
168
----------------------------------------------
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)
| wso2.apim.log4j2.loggers | string |`""`| Console loggers that can be enabled. Allowed values are AUDIT_LOG_CONSOLE, HTTP_ACCESS_CONSOLE, TRANSACTION_CONSOLE, CORRELATION_CONSOLE |
| wso2.apim.startupArgs | string |`""`| Startup arguments for APIM |
93
94
| wso2.apim.version | string |`"4.2.0"`| APIM version |
94
95
| wso2.deployment.cpuUtilizationPercentage | int |`75`| Target CPU utilization percentage for HPA |
95
96
| 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
103
104
| wso2.deployment.livenessProbe.periodSeconds | int |`10`| How often (in seconds) to perform the probe |
104
105
| wso2.deployment.memoryUtilizationPercentage | int |`75`| Target memory utilization percentage for HPA |
105
106
| 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. |
106
108
| wso2.deployment.readinessProbe.failureThreshold | int |`3`| Minimum consecutive successes for the probe to be considered successful after having failed |
107
109
| wso2.deployment.readinessProbe.initialDelaySeconds | int |`60`| Number of seconds after the container has started before readiness probes are initiated |
108
110
| 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
119
121
| wso2.deployment.strategy.rollingUpdate.maxUnavailable | int |`0`||
120
122
121
123
----------------------------------------------
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