Skip to content

Commit

Permalink
feat: add dremio
Browse files Browse the repository at this point in the history
  • Loading branch information
reinthal committed Jan 13, 2025
1 parent 2821201 commit 8bf01d8
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
45 changes: 45 additions & 0 deletions apps/base/dreamio/dreamio.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
apiVersion: v1
kind: Namespace
metadata:
name: dremio
labels:
toolkit.fluxcd.io/tenant: kog-team
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: dagster
namespace: dagster
spec:
interval: 24h
url: https://reinthal.github.io/dremio
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: dremio
namespace: dremio
spec:
interval: 5m
chart:
spec:
chart: dremio
version: "2.0.0"
sourceRef:
kind: HelmRepository
name: dremio
namespace: dremio
interval: 1m
values:
image: dremio/dremio-oss
imageTag: 25.2
executor:
count: 3
cpu: 4
memory: 4096
volumeSize: 128Gi
storageClass: longhorn-local
cloudCache:
volumes:
- size: 100Gi
storageClass: "longhorn-local"
7 changes: 7 additions & 0 deletions apps/base/dreamio/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: dreamio
resources:
- dreamio.yaml
# frontend
- ingress.yaml
1 change: 1 addition & 0 deletions apps/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ resources:
#- ../base/elastic
- ../base/kubeflow
- ../base/forgejo
- ../base/dremio

0 comments on commit 8bf01d8

Please sign in to comment.