Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharsanan1 committed Sep 27, 2023
1 parent 884b1a5 commit bdac57b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ A Helm chart for APK components
| wso2.apk.dp.enabled | bool | `true` | Enable the deployment of the Data Plane |
| wso2.apk.dp.gateway.listener.hostname | string | `"gw.wso2.com"` | Gateway Listener Hostname |
| wso2.apk.dp.gateway.listener.secretName | string | `""` | Gateway Listener Certificate Secret Name |
| wso2.apk.dp.gateway.listener.dns | list | `["*.gw.wso2.com","*.test.sandbox.gw.wso2.com","prod.gw.wso2.com"]` | DNS entries for gateway listener certificate |
| wso2.apk.dp.gateway.listener.dns | list | `["*.gw.wso2.com","*.sandbox.gw.wso2.com","prod.gw.wso2.com"]` | DNS entries for gateway listener certificate |
| wso2.apk.dp.gateway.autoscaling.enabled | bool | `false` | Enable autoscaling for Gateway |
| wso2.apk.dp.gateway.autoscaling.minReplicas | int | `1` | Minimum number of replicas for Gateway |
| wso2.apk.dp.gateway.autoscaling.maxReplicas | int | `2` | Maximum number of replicas for Gateway |
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/values.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ wso2:
# -- DNS entries for gateway listener certificate
dns:
- "*.gw.wso2.com"
- "*.test.sandbox.gw.wso2.com"
- "*.sandbox.gw.wso2.com"
- "prod.gw.wso2.com"
autoscaling:
# -- Enable autoscaling for Gateway
Expand Down

0 comments on commit bdac57b

Please sign in to comment.