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 <