From 46037740c58fcb55e218381139b01d9d76c327ea Mon Sep 17 00:00:00 2001 From: Alexander Reinthal Date: Thu, 16 Jan 2025 23:47:26 +0100 Subject: [PATCH] fix: add dremio back aagain --- apps/base/dremio/dremio.yaml | 2 +- apps/staging/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base/dremio/dremio.yaml b/apps/base/dremio/dremio.yaml index 547117d..35d782d 100644 --- a/apps/base/dremio/dremio.yaml +++ b/apps/base/dremio/dremio.yaml @@ -45,7 +45,7 @@ spec: # The total number of coordinators will always be count + 1. # If this is greater than zero then the client and flight ports on the master # will be deactivated to steer these requests away from the master node. - count: 1 + count: 0 # Coordinator data volume size (applies to the master coordinator only). # In most managed Kubernetes environments (AKS, GKE, etc.), the size of the disk has a direct impact on diff --git a/apps/staging/kustomization.yaml b/apps/staging/kustomization.yaml index 1d4ddae..8a93c6a 100644 --- a/apps/staging/kustomization.yaml +++ b/apps/staging/kustomization.yaml @@ -11,4 +11,4 @@ resources: #- ../base/elastic #- ../base/kubeflow - ../base/forgejo - #- ../base/dremio + - ../base/dremio