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

36 lines
772 B
YAML

image:
tag: "461"
server:
workers: 3
coordinator:
jvm:
maxHeapSize: "8G"
worker:
jvm:
maxHeapSize: "8G"
catalogs:
hive:
connector.name: hive-hadoop2
hive.metastore: file
hive.metastore.catalog.dir: s3a://delta-lake-test/
hive.s3.aws-access-key:
valueFrom:
secretKeyRef:
name: minio-credentials
key: MINIO_ACCESS_KEY
hive.s3.aws-secret-key:
valueFrom:
secretKeyRef:
name: minio-credentials
key: MINIO_SECRET_KEY
hive.s3.endpoint:
valueFrom:
secretKeyRef:
name: minio-credentials
key: MINIO_ENDPOINT_URL
hive.s3.path-style-access: true
hive.s3.ssl.enabled: false
# Additional configurations (optional)
log:
level: INFO