diff --git a/helm/metabase/deploy.sh b/helm/metabase/deploy.sh deleted file mode 100755 index 5db72e7..0000000 --- a/helm/metabase/deploy.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -if [ "$#" -lt 1 ]; then - exit 1 -fi - -namespace=$1 - -helm repo add sso-charts https://bcgov.github.io/sso-helm-charts -helm repo update - -helm upgrade --install sso-metabase sso-charts/metabase -n "$namespace" -f values.yaml --version v0.1.1 diff --git a/helm/metabase/values.yaml b/helm/metabase/values.yaml deleted file mode 100644 index 66994b0..0000000 --- a/helm/metabase/values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -replicaCount: 1 - -image: - repository: metabase/metabase - pullPolicy: Always - tag: latest - -nameOverride: sso-metabase -fullnameOverride: sso-metabase - -patroni: - replicaCount: 2 - -timeZone: America/Vancouver - -# see https://www.metabase.com/docs/latest/troubleshooting-guide/running.html#warning-sunreflectreflectiongetcallerclass-is-not-supported -resources: - limits: - cpu: 1 - memory: 2Gi - requests: - cpu: 250m - memory: 1Gi