A Helm chart for simple backstage deployment. This chart deploys a single pod for both backstage frontend and backend.
Homepage: https://github.com/backstage/backstage
A simple install with default values, latest chart version and generated name:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/backstage-mono
To install a specific version of this chart:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/backstage-mono --version 0.1.1
To install the chart with the release name my-release
:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/backstage-mono
To install with some set values:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/backstage-mono --set values_key1=value1 --set values_key2=value2
To install with custom values file:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/backstage-mono -f values.yaml
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
extraLabels | object | {} |
Any extra labels to apply to all resources |
fullnameOverride | string | "" |
|
google.clientId | string | "google_client_id" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "goelankit/backstage_app" |
|
image.tag | string | "0.0.1" |
|
ingress.enabled | bool | false |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
podAnnotations | object | {} |
|
postgres.host | string | "postgres_host" |
|
postgres.port | string | "5432" |
|
postgres.user | string | "postgres_user" |
|
replicaCount | int | 1 |
|
resources | object | {} |
|
service.port | int | 80 |
|
service.type | string | "ClusterIP" |
|
tolerations | list | [] |
Name | Url | |
---|---|---|
goelankitt | [email protected] |