Skip to content

Commit

Permalink
fix: use metabase cnpg
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Dec 14, 2023
1 parent 28c6202 commit 8bec42b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ metabase:
enabled: true
ingress:
enabled: false
env:
- name: MB_DB_CONNECTION_URI
value: "postgres://$(PGHOST):5432/$(PGDATABASE)?user=$(PGUSER)&password=$(PGPASSWORD)&ssl=false&sslfactory=org.postgresql.ssl.NonValidatingFactory"
envFrom:
- configMapRef:
name: metabase-configmap
- secretRef:
name: metabase-db-user
name: pg-metabase-app

oauth2-proxy:
host: "metabase-mano.fabrique.social.gouv.fr"
Expand Down

0 comments on commit 8bec42b

Please sign in to comment.