streams-manifests/trino/base/values/values.yaml

31 lines
883 B
YAML
Raw Normal View History

2024-10-17 13:29:50 +02:00
image:
tag: "461"
server:
workers: 3
coordinator:
jvm:
maxHeapSize: "8G"
2024-12-10 15:47:00 +01:00
2024-10-17 13:29:50 +02:00
worker:
jvm:
maxHeapSize: "8G"
2024-12-10 15:47:00 +01:00
2024-12-10 17:52:55 +01:00
# # hive.metastore.uri=thrift://hivems-hive-metastore.hive-metastore:9083
# # hive.non-managed-table-writes-enabled=true
2024-12-10 18:08:56 +01:00
# additionalCatalogs:
# hive: |
# connector.name=hive
# fs.native-s3.enabled=true
# hive.metastore: file
# hive.metastore.catalog.dir: s3a://delta-lake-test/
# s3.aws-access-key="${MINIO_ACCESS_KEY}"
# s3.aws-secret-key="${MINIO_SECRET_KEY}"
# s3.endpoint="${MINIO_ENDPOINT_URL}"
# s3.path-style-access=true
2024-12-10 18:18:29 +01:00
# # MINIO_ACCESS_KEY: { ? { .Secret "minio-credentials" "MINIO_ACCESS_KEY" | quote } }
# # MINIO_SECRET_KEY: { ? { .Secret "minio-credentials" "MINIO_SECRET_KEY" | quote } }
# # MINIO_ENDPOINT_URL: { ? { .Secret "minio-credentials" "MINIO_ENDPOINT_URL" | quote } }
2024-12-10 17:16:53 +01:00
2024-12-10 20:27:46 +01:00
2024-12-10 17:52:55 +01:00
# #s3.ssl.enabled: false