++ point trino at django_db, drop dead resources_db catalog

This commit is contained in:
Kochetkov S 2026-08-21 15:56:15 +03:00
parent e44528627c
commit 88b58158de

View File

@ -87,9 +87,9 @@ spec:
env: [] env: []
envFrom: [] envFrom: []
catalogs: catalogs:
sarex_db: | django_db: |
connector.name=postgresql 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-user=${ENV:TRINO_POSTGRES_USER}
connection-password=${ENV:TRINO_POSTGRES_PASSWORD} connection-password=${ENV:TRINO_POSTGRES_PASSWORD}
postgresql.array-mapping=AS_JSON postgresql.array-mapping=AS_JSON
@ -111,12 +111,6 @@ spec:
connection-user=${ENV:TRINO_POSTGRES_USER} connection-user=${ENV:TRINO_POSTGRES_USER}
connection-password=${ENV:TRINO_POSTGRES_PASSWORD} connection-password=${ENV:TRINO_POSTGRES_PASSWORD}
postgresql.array-mapping=AS_JSON 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: | pm_db: |
connector.name=postgresql connector.name=postgresql
connection-url=jdbc:postgresql://${ENV:TRINO_POSTGRES_HOST}:${ENV:TRINO_POSTGRES_PORT}/pm_db?sslmode=disable connection-url=jdbc:postgresql://${ENV:TRINO_POSTGRES_HOST}:${ENV:TRINO_POSTGRES_PORT}/pm_db?sslmode=disable