The easy, open source way for everyone in your company to ask questions and learn from data.
Homepage: http://www.metabase.com/
Add Delivery Hero public chart repo:
helm repo add deliveryhero https://charts.deliveryhero.io/
A simple install with default values:
helm install deliveryhero/metabase
To install the chart with the release name my-release
:
helm install my-release deliveryhero/metabase
To install with some set values:
helm install my-release deliveryhero/metabase --set values_key1=value1 --set values_key2=value2
To install with custom values file:
helm install my-release deliveryhero/metabase -f values.yaml
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
database.type | string | "h2" |
|
emojiLogging | bool | true |
|
extraContainers | list | [] |
|
extraEnv | object | {} |
|
extraLabels | object | {} |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "metabase/metabase" |
|
image.tag | string | "v0.45.2" |
|
ingress.annotations | object | {} |
|
ingress.enabled | bool | false |
|
ingress.hosts | list | [] |
|
ingress.ingressClassName | string | "" |
|
ingress.labels | object | {} |
|
ingress.path | string | "/" |
|
ingress.pathType | string | "ImplementationSpecific" |
|
ingress.tls | list | [] |
|
jetty | object | {} |
|
listen.host | string | "0.0.0.0" |
|
listen.port | int | 3000 |
|
livenessProbe.failureThreshold | int | 6 |
|
livenessProbe.initialDelaySeconds | int | 120 |
|
livenessProbe.path | string | "/api/health" |
|
livenessProbe.timeoutSeconds | int | 30 |
|
monitoring.enabled | bool | false |
|
monitoring.port | int | 9191 |
|
nodeSelector | object | {} |
|
password.complexity | string | "normal" |
|
password.length | int | 6 |
|
podAnnotations | object | {} |
|
podLabels | object | {} |
|
readinessProbe.initialDelaySeconds | int | 30 |
|
readinessProbe.path | string | "/api/health" |
|
readinessProbe.periodSeconds | int | 5 |
|
readinessProbe.timeoutSeconds | int | 3 |
|
replicaCount | int | 1 |
|
resources | object | {} |
|
service.annotations | object | {} |
|
service.externalPort | int | 80 |
|
service.internalPort | int | 3000 |
|
service.name | string | "metabase" |
|
service.nodePort | string | nil |
|
service.type | string | "ClusterIP" |
|
session | object | {} |
|
ssl.enabled | bool | false |
|
timeZone | string | "UTC" |
|
tolerations | list | [] |
Name | Url | |
---|---|---|
nyambati | [email protected] |