|
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
|
@@ -51,7 +51,7 @@ This chart bootstraps a [Backstage](https://backstage.io/docs/deployment/docker)
|
51 | 51 |
|
52 | 52 | This chart focuses on providing users the same experience and functionality no matter what flavor of Kubernetes they use. This chart will support only patterns that are either customary for all Kubernetes flavors, are commonly used in the Bitnami charts ecosystem, and recognized as Backstage official patterns.
|
53 | 53 |
|
54 |
| -We welcome other, more specialized, charts to use this cannonical chart as a direct dependency, expanding the feature set further, beyond this scope. |
| 54 | +We welcome other, more specialized, charts to use this canonical chart as a direct dependency, expanding the feature set further, beyond this scope. |
55 | 55 |
|
56 | 56 | A list of derived charts:
|
57 | 57 | - OpenShift specialized chart: [Janus Backstage Helm chart](https://github.com/janus-idp/helm-backstage/tree/main/charts/backstage)
|
@@ -204,6 +204,8 @@ Kubernetes: `>= 1.19.0-0`
|
204 | 204 | | service.clusterIP | Backstage service Cluster IP <br /> E.g `clusterIP: None` | string | `""` |
|
205 | 205 | | service.externalTrafficPolicy | Backstage service external traffic policy Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip | string | `"Cluster"` |
|
206 | 206 | | service.extraPorts | Extra ports to expose in the Backstage service (normally used with the `sidecar` value) | list | `[]` |
|
| 207 | +| service.ipFamilies | IP Families <br /> Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack | list | `[]` | |
| 208 | +| service.ipFamilyPolicy | IP Family Policy <br /> Ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack | string | `""` | |
207 | 209 | | service.loadBalancerIP | Backstage service Load Balancer IP <br /> Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer | string | `""` |
|
208 | 210 | | service.loadBalancerSourceRanges | Load Balancer sources <br /> Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer <br /> E.g `loadBalancerSourceRanges: [10.10.10.0/24]` | list | `[]` |
|
209 | 211 | | service.nodePorts | Node port for the Backstage client connections Choose port between `30000-32767` | object | `{"backend":""}` |
|
|
0 commit comments