Skip to content

Commit

Permalink
fix: add object storage
Browse files Browse the repository at this point in the history
  • Loading branch information
reinthal committed Jan 16, 2025
1 parent adb47dc commit 9414f87
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions apps/base/dremio/dremio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
<property>
<name>fs.s3a.endpoint</name>
<value>minio.nas.reinthal.me</value>
</property>
<property>
<name>fs.s3a.path.style.access</name>
<value>true</value>
</property>
<property>
<name>dremio.s3.compat</name>
<value>true</value>
</property>

0 comments on commit 9414f87

Please sign in to comment.