Skip to content

Commit

Permalink
Add admin enabled to template
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharsanan1 committed Sep 26, 2023
1 parent 5e57c06 commit 9dc0d7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ A Helm chart for APK components
| wso2.apk.dp.gatewayRuntime.deployment.router.strategy | string | `"RollingUpdate"` | Deployment strategy |
| wso2.apk.dp.gatewayRuntime.deployment.router.imagePullPolicy | string | `"Always"` | Image pull policy |
| wso2.apk.dp.gatewayRuntime.deployment.router.image | string | `"wso2/router:1.0.0"` | Image |
| wso2.apk.dp.gatewayRuntime.deployment.router.adminInterfaceEnabled | bool | `true` | Envoy proxy admin interface enabled or not |
| wso2.apk.dp.gatewayRuntime.deployment.router.configs.enforcerResponseTimeoutInSeconds | int | `20` | The timeout for response coming from enforcer to route per API request |
| wso2.apk.dp.gatewayRuntime.deployment.router.configs.useRemoteAddress | bool | `false` | If configured true, router appends the immediate downstream ip address to the x-forward-for header |
| wso2.apk.dp.gatewayRuntime.deployment.router.configs.systemHost | string | `"localhost"` | System hostname for system API resources (eg: /testkey and /health) |
Expand Down
2 changes: 2 additions & 0 deletions helm-charts/values.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ wso2:
imagePullPolicy: Always
# -- Image
image: wso2/router:1.0.0
# -- Envoy proxy admin interface enabled or not
adminInterfaceEnabled: true
configs:
# -- The timeout for response coming from enforcer to route per API request
enforcerResponseTimeoutInSeconds: 20
Expand Down

0 comments on commit 9dc0d7a

Please sign in to comment.