44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
YAML
|
image:
|
||
|
repository: metabase/metabase
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v0.49.7@sha256:8d1311fa8c84f1754465dfddb95a12cc4699be9e05bc0d640ddf0adaf4b927de
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
protocol: http
|
||
|
port: 13030
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env:
|
||
|
MB_JETTY_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||
|
JAVA_TIMEZONE: "{{ .Values.TZ }}"
|
||
|
MB_DB_TYPE: "postgres"
|
||
|
MB_DB_USER: "{{ .Values.cnpg.main.user }}"
|
||
|
MB_DB_DBNAME: "{{ .Values.cnpg.main.database }}"
|
||
|
MB_DB_PORT: 5432
|
||
|
MB_DB_HOST:
|
||
|
secretKeyRef:
|
||
|
name: cnpg-main-urls
|
||
|
key: host
|
||
|
MB_DB_PASS:
|
||
|
secretKeyRef:
|
||
|
name: cnpg-main-user
|
||
|
key: password
|
||
|
persistence:
|
||
|
plugins:
|
||
|
enabled: true
|
||
|
mountPath: "/plugins"
|
||
|
# Enabled postgres
|
||
|
cnpg:
|
||
|
main:
|
||
|
enabled: true
|
||
|
user: metabase
|
||
|
database: metabase
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|