|
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 |
@@ -174,10 +174,12 @@ Kubernetes: `>= 1.19.0-0` |
174 | 174 | | metrics.serviceMonitor.labels | Additional ServiceMonitor labels | object | `{}` | |
175 | 175 | | 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"` | |
176 | 176 | | nameOverride | String to partially override common.names.fullname | string | `""` | |
177 | | -| networkPolicy | Network policies <br /> Ref: https://kubernetes.io/docs/concepts/services-networking/network-policies/ | object | `{"egressRules":{"customRules":[]},"enabled":false,"externalAccess":{"from":[]}}` | |
178 | | -| networkPolicy.egressRules | Custom network policy rule | object | `{"customRules":[]}` | |
179 | | -| networkPolicy.egressRules.customRules | Additional custom egress rules e.g: customRules: - to: - namespaceSelector: matchLabels: label: example | list | `[]` | |
180 | | -| networkPolicy.enabled | networkPolicy.enabled Specifies whether a NetworkPolicy should be created | bool | `false` | |
| 177 | +| networkPolicy.egressRules.customRules | Additional custom egress rules | list | `[]` | |
| 178 | +| networkPolicy.egressRules.denyConnectionsToExternal | Deny external connections. Should not be enabled when working with an external database. | bool | `false` | |
| 179 | +| networkPolicy.enabled | Specifies whether a NetworkPolicy should be created | bool | `false` | |
| 180 | +| networkPolicy.ingressRules.customRules | Additional custom ingress rules | list | `[]` | |
| 181 | +| networkPolicy.ingressRules.namespaceSelector | Namespace selector label allowed to access the Backstage instance | object | `{}` | |
| 182 | +| networkPolicy.ingressRules.podSelector | Pod selector label allowed to access the Backstage instance | object | `{}` | |
181 | 183 | | postgresql | PostgreSQL [chart configuration](https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml) | object | See below | |
182 | 184 | | postgresql.architecture | PostgreSQL architecture (`standalone` or `replication`) | string | `"standalone"` | |
183 | 185 | | postgresql.auth | The authentication details of the Postgres database | object | `{"existingSecret":"","password":"","secretKeys":{"adminPasswordKey":"admin-password","replicationPasswordKey":"replication-password","userPasswordKey":"user-password"},"username":"bn_backstage"}` | |
|
0 commit comments