|
2 | 2 | # Backstage Helm Chart
|
3 | 3 |
|
4 | 4 | [](https://artifacthub.io/packages/search?repo=backstage)
|
5 |
| - |
| 5 | + |
6 | 6 | 
|
7 | 7 |
|
8 | 8 | A Helm chart for deploying a Backstage application
|
@@ -171,13 +171,14 @@ Kubernetes: `>= 1.19.0-0`
|
171 | 171 | | ingress.tls.enabled | Enable TLS configuration for the host defined at `ingress.host` parameter | bool | `false` |
|
172 | 172 | | ingress.tls.secretName | The name to which the TLS Secret will be called | string | `""` |
|
173 | 173 | | kubeVersion | Override Kubernetes version | string | `""` |
|
174 |
| -| metrics | Metrics configuration | object | `{"serviceMonitor":{"annotations":{},"enabled":false,"interval":null,"labels":{},"path":"/metrics"}}` | |
175 |
| -| metrics.serviceMonitor | ServiceMonitor configuration <br /> Allows configuring your backstage instance as a scrape target for [Prometheus](https://github.com/prometheus/prometheus) using a ServiceMonitor custom resource that [Prometheus Operator](https://github.com/prometheus-operator/prometheus-operator) can understand. | object | `{"annotations":{},"enabled":false,"interval":null,"labels":{},"path":"/metrics"}` | |
| 174 | +| metrics | Metrics configuration | object | `{"serviceMonitor":{"annotations":{},"enabled":false,"interval":null,"labels":{},"path":"/metrics","port":"http-backend"}}` | |
| 175 | +| metrics.serviceMonitor | ServiceMonitor configuration <br /> Allows configuring your backstage instance as a scrape target for [Prometheus](https://github.com/prometheus/prometheus) using a ServiceMonitor custom resource that [Prometheus Operator](https://github.com/prometheus-operator/prometheus-operator) can understand. | object | `{"annotations":{},"enabled":false,"interval":null,"labels":{},"path":"/metrics","port":"http-backend"}` | |
176 | 176 | | metrics.serviceMonitor.annotations | ServiceMonitor annotations | object | `{}` |
|
177 | 177 | | metrics.serviceMonitor.enabled | If enabled, a ServiceMonitor resource for Prometheus Operator is created <br /> Prometheus Operator must be installed in your cluster prior to enabling. | bool | `false` |
|
178 | 178 | | metrics.serviceMonitor.interval | ServiceMonitor scrape interval | string | `nil` |
|
179 | 179 | | metrics.serviceMonitor.labels | Additional ServiceMonitor labels | object | `{}` |
|
180 | 180 | | metrics.serviceMonitor.path | ServiceMonitor endpoint path <br /> Note that the /metrics endpoint is NOT present in a freshly scaffolded Backstage app. To setup, follow the [Prometheus metrics tutorial](https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md). | string | `"/metrics"` |
|
| 181 | +| metrics.serviceMonitor.port | ServiceMonitor endpoint port <br /> The port where the metrics are exposed. If using OpenTelemetry as [documented here](https://backstage.io/docs/tutorials/setup-opentelemetry/), then the port needs to be explicitely specificed. OpenTelemetry's default port is 9464. | string | `"http-backend"` | |
181 | 182 | | nameOverride | String to partially override common.names.fullname | string | `""` |
|
182 | 183 | | networkPolicy.egressRules.customRules | Additional custom egress rules | list | `[]` |
|
183 | 184 | | networkPolicy.egressRules.denyConnectionsToExternal | Deny external connections. Should not be enabled when working with an external database. | bool | `false` |
|
|
0 commit comments