++ fix ugmk superset trino contour charts
This commit is contained in:
parent
4baf5ae1b6
commit
3b5a6ddcc0
@ -6,6 +6,10 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
interval: 5m
|
interval: 5m
|
||||||
timeout: 20m
|
timeout: 20m
|
||||||
|
chart:
|
||||||
|
spec:
|
||||||
|
chart: superset-contour
|
||||||
|
version: "0.13.4"
|
||||||
values:
|
values:
|
||||||
fullnameOverride: superset
|
fullnameOverride: superset
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
@ -68,8 +72,8 @@ spec:
|
|||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: cr.yandex
|
||||||
repository: bitnamilegacy/redis
|
repository: crp3ccidau046kdj8g9q/contour/superset/redis
|
||||||
tag: 7.0.10-debian-11-r4
|
tag: 7.0.10-debian-11-r4
|
||||||
architecture: standalone
|
architecture: standalone
|
||||||
auth:
|
auth:
|
||||||
|
|||||||
@ -6,6 +6,10 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
interval: 5m
|
interval: 5m
|
||||||
timeout: 20m
|
timeout: 20m
|
||||||
|
chart:
|
||||||
|
spec:
|
||||||
|
chart: trino-contour
|
||||||
|
version: "0.33.1"
|
||||||
values:
|
values:
|
||||||
nameOverride: trino
|
nameOverride: trino
|
||||||
coordinatorNameOverride: trino-coordinator
|
coordinatorNameOverride: trino-coordinator
|
||||||
@ -83,6 +87,12 @@ 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
|
||||||
@ -107,6 +117,12 @@ 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
|
||||||
|
clickhouse_db: |
|
||||||
|
connector.name=tpch
|
||||||
|
tpch.splits-per-node=4
|
||||||
|
hive: |
|
||||||
|
connector.name=tpch
|
||||||
|
tpch.splits-per-node=4
|
||||||
coordinator:
|
coordinator:
|
||||||
jvm:
|
jvm:
|
||||||
maxHeapSize: 6G
|
maxHeapSize: 6G
|
||||||
@ -121,6 +137,8 @@ spec:
|
|||||||
memory: 6Gi
|
memory: 6Gi
|
||||||
limits:
|
limits:
|
||||||
memory: 8Gi
|
memory: 8Gi
|
||||||
|
nodeSelector: null
|
||||||
|
tolerations: []
|
||||||
worker:
|
worker:
|
||||||
jvm:
|
jvm:
|
||||||
maxHeapSize: 24G
|
maxHeapSize: 24G
|
||||||
@ -135,3 +153,5 @@ spec:
|
|||||||
memory: 24Gi
|
memory: 24Gi
|
||||||
limits:
|
limits:
|
||||||
memory: 32Gi
|
memory: 32Gi
|
||||||
|
nodeSelector: null
|
||||||
|
tolerations: []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user