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
Copy file name to clipboardExpand all lines: apigateway/helm/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use
180
180
|`3.2.0`| Added minor changes and example values for API Gateway 11.1 |
181
181
|`3.3.0`| Install Elasticsearch Plugins behind a Proxy. See `extraCmdPluginInstaller`|
182
182
|`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.|
| 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. |
220
220
| apigw.adminSecretKey | string |`""`| The key that holds the admin secret key; defauls to "password" |
221
221
| apigw.adminSecretName | string |`""`| The secret that holds the admin password Depends on secrets.genereateAdminSecret; if true the setting will be ignored. |
0 commit comments