image:
repository: metabase/metabase
pullPolicy: IfNotPresent
tag: v0.48.2@sha256:3afb2a101b2cff5023fa36d457d5548f9d17c7ee9fffce90aee5a32be44dca4b
service:
main:
ports:
protocol: http
port: 13030
workload:
podSpec:
containers:
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:
name: cnpg-main-user
key: password
persistence:
plugins:
enabled: true
mountPath: "/plugins"
# Enabled postgres
cnpg:
user: metabase
database: metabase
portal:
open: