++ point trino at django_db, drop dead resources_db catalog
This commit is contained in:
parent
e44528627c
commit
88b58158de
@ -87,9 +87,9 @@ spec:
|
||||
env: []
|
||||
envFrom: []
|
||||
catalogs:
|
||||
sarex_db: |
|
||||
django_db: |
|
||||
connector.name=postgresql
|
||||
connection-url=jdbc:postgresql://${ENV:TRINO_POSTGRES_HOST}:${ENV:TRINO_POSTGRES_PORT}/sarex_db?sslmode=disable
|
||||
connection-url=jdbc:postgresql://${ENV:TRINO_POSTGRES_HOST}:${ENV:TRINO_POSTGRES_PORT}/django_db?sslmode=disable
|
||||
connection-user=${ENV:TRINO_POSTGRES_USER}
|
||||
connection-password=${ENV:TRINO_POSTGRES_PASSWORD}
|
||||
postgresql.array-mapping=AS_JSON
|
||||
@ -111,12 +111,6 @@ spec:
|
||||
connection-user=${ENV:TRINO_POSTGRES_USER}
|
||||
connection-password=${ENV:TRINO_POSTGRES_PASSWORD}
|
||||
postgresql.array-mapping=AS_JSON
|
||||
resources_db: |
|
||||
connector.name=postgresql
|
||||
connection-url=jdbc:postgresql://${ENV:TRINO_POSTGRES_HOST}:${ENV:TRINO_POSTGRES_PORT}/resources_db?sslmode=disable
|
||||
connection-user=${ENV:TRINO_POSTGRES_USER}
|
||||
connection-password=${ENV:TRINO_POSTGRES_PASSWORD}
|
||||
postgresql.array-mapping=AS_JSON
|
||||
pm_db: |
|
||||
connector.name=postgresql
|
||||
connection-url=jdbc:postgresql://${ENV:TRINO_POSTGRES_HOST}:${ENV:TRINO_POSTGRES_PORT}/pm_db?sslmode=disable
|
||||
|
||||
Loading…
Reference in New Issue
Block a user