Skip to content

Commit 58fe78e

Browse files
committed
Set the port apigw.adminPort to empty value if you don't want to expose
the administration port as a service. and updating helm/README.me from values.yaml
1 parent 5015665 commit 58fe78e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apigateway/helm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use
180180
| `3.2.0` | Added minor changes and example values for API Gateway 11.1 |
181181
| `3.3.0` | Install Elasticsearch Plugins behind a Proxy. See `extraCmdPluginInstaller` |
182182
| `3.3.1` | Setting of environment variable in Job template fixed. |
183-
| `3.4.0` | The Service Monitor supports the setting of `fallbackScrapeProtocol`. This allows newer Prometheus server versions 3.x to scrape metrics from API Gateway. See [Prometheus configuration](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#scrape_config) for more information.
183+
| `3.4.0` | The Service Monitor supports the setting of `fallbackScrapeProtocol`. This allows newer Prometheus server versions 3.x to scrape metrics from API Gateway. See [Prometheus configuration](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#scrape_config) for more information. Set the port `apigw.adminPort` to empty value if you don't want to expose the administration port as a service.|
184184

185185
## Chart Version `3.0.0`
186186

@@ -216,7 +216,7 @@ kubectl delete deployment <Helm-release-name>-prometheus-elasticsearch-exporter
216216
| Key | Type | Default | Description |
217217
|-----|------|---------|-------------|
218218
| affinity | object | `{}` | Set Pod (anti-) affinity for APIGW. You can use templates inside because `tpl` function is called for rendering. |
219-
| apigw.adminPort | int | `5555` | The default administration port. Note in a default installation this port will also be used for runtime traffic. |
219+
| apigw.adminPort | int | `5555` | The default administration port. Note in a default installation this port will also be used for runtime traffic. Set the port to empty value if you don't want to expose the administration port as a service. |
220220
| apigw.adminSecretKey | string | `""` | The key that holds the admin secret key; defauls to "password" |
221221
| apigw.adminSecretName | string | `""` | The secret that holds the admin password Depends on secrets.genereateAdminSecret; if true the setting will be ignored. |
222222
| apigw.apigwAdminService | string | `"apigw-admin-svc"` | |

0 commit comments

Comments
 (0)