diff --git a/apps/base/dremio/dremio.yaml b/apps/base/dremio/dremio.yaml index 118c06d..c983b14 100644 --- a/apps/base/dremio/dremio.yaml +++ b/apps/base/dremio/dremio.yaml @@ -43,3 +43,24 @@ spec: volumes: - size: 100Gi storageClass: "longhorn-local" + distStorage: + aws: + bucketName: "dremio" + path: "/dremio" + authentication: "accessKeySecret" + credentials: + accessKey: "aQIP2SciyJY7nwkBYb4x" + secret: "1ymFAoJpLXruA9CT690upCLgzEj4cKz1K4hEuoJT" + extraProperties: | + + fs.s3a.endpoint + minio.nas.reinthal.me + + + fs.s3a.path.style.access + true + + + dremio.s3.compat + true + \ No newline at end of file