From bdac57bf56f5bd84140899dc68d6ab1b900fa458 Mon Sep 17 00:00:00 2001 From: Tharsanan1 Date: Wed, 27 Sep 2023 11:58:10 +0530 Subject: [PATCH] Update content --- helm-charts/README.md | 2 +- helm-charts/values.yaml.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-charts/README.md b/helm-charts/README.md index 1b101ffe7..b914e0744 100644 --- a/helm-charts/README.md +++ b/helm-charts/README.md @@ -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 | diff --git a/helm-charts/values.yaml.template b/helm-charts/values.yaml.template index cab11f17e..52af86b89 100644 --- a/helm-charts/values.yaml.template +++ b/helm-charts/values.yaml.template @@ -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