From ffcc66ae0b7b3cac5d96f379f14eb72d89d5c7e3 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Sun, 12 Apr 2026 08:24:04 -0700 Subject: [PATCH] phase 17: sync standalone k8s/trino.yaml with Helm template (native S3, s3.region) --- infra/k8s/trino.yaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/infra/k8s/trino.yaml b/infra/k8s/trino.yaml index c8173af..3b24a47 100644 --- a/infra/k8s/trino.yaml +++ b/infra/k8s/trino.yaml @@ -40,25 +40,23 @@ spec: connector.name=iceberg iceberg.catalog.type=hive_metastore hive.metastore.uri=thrift://hive-metastore.stonks-oracle.svc.cluster.local:9083 - hive.s3.endpoint=http://minio.minio-service.svc.cluster.local:80 - hive.s3.path-style-access=true - hive.s3.aws-access-key=${MINIO_ACCESS_KEY} - hive.s3.aws-secret-key=${MINIO_SECRET_KEY} fs.native-s3.enabled=true s3.endpoint=http://minio.minio-service.svc.cluster.local:80 s3.path-style-access=true + s3.region=us-east-1 s3.aws-access-key=${MINIO_ACCESS_KEY} s3.aws-secret-key=${MINIO_SECRET_KEY} EOF cat > /catalog/lakehouse.properties <