From 1aa86ef16cdc68d4f963d7201c572da74e2631b5 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Tue, 16 Jul 2024 19:08:39 +0200 Subject: [PATCH] better kustomization using remote git refs (instead of git submodules) --- apps/immich/values.yaml | 4 ++-- apps/monitoring/kustomization.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/immich/values.yaml b/apps/immich/values.yaml index b66304a..8a4f04a 100644 --- a/apps/immich/values.yaml +++ b/apps/immich/values.yaml @@ -5,7 +5,7 @@ # These entries are shared between all the Immich components env: - REDIS_HOSTNAME: '{{ printf "%s-redis-master" .Release.Name }}' + # REDIS_HOSTNAME: '{{ printf "%s-redis-master" .Release.Name }}' DB_HOSTNAME: "immich-postgres-rw" DB_USERNAME: valueFrom: @@ -42,7 +42,7 @@ postgresql: enabled: false redis: - enabled: true + enabled: false architecture: standalone auth: enabled: false diff --git a/apps/monitoring/kustomization.yaml b/apps/monitoring/kustomization.yaml index 9ec72f1..5e91761 100644 --- a/apps/monitoring/kustomization.yaml +++ b/apps/monitoring/kustomization.yaml @@ -9,7 +9,7 @@ resources: - grafana-admin.sealedsecret.yaml # grafana dashboards are provisioned from a git repository # in the initial bootstrap of the app of apps, the git repo won't be available, so this sync will initially fail - - https://git.kluster.moll.re/remoll/grafana-dashboards/raw/branch/main/kustomization.yaml + - https://git.kluster.moll.re/remoll/grafana-dashboards//?timeout=10&ref=main helmCharts: