From afb0351d4eb23baf4a32221c2972ecefa4b0fb27 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 29 Jul 2025 20:03:12 -0500 Subject: [PATCH] switch redis --- clusters/cl01tl/platform/gitea/Chart.yaml | 5 ---- clusters/cl01tl/platform/gitea/values.yaml | 28 ++++------------------ 2 files changed, 4 insertions(+), 29 deletions(-) diff --git a/clusters/cl01tl/platform/gitea/Chart.yaml b/clusters/cl01tl/platform/gitea/Chart.yaml index 97d5dc456..2a719f099 100644 --- a/clusters/cl01tl/platform/gitea/Chart.yaml +++ b/clusters/cl01tl/platform/gitea/Chart.yaml @@ -12,7 +12,6 @@ sources: - https://github.com/renovatebot/renovate - https://github.com/Angatar/s3cmd - https://github.com/meilisearch/meilisearch - - https://github.com/valkey-io/valkey - https://github.com/cloudflare/cloudflared - https://github.com/cloudnative-pg/cloudnative-pg - https://hub.docker.com/r/gitea/gitea @@ -21,7 +20,6 @@ sources: - https://gitea.com/gitea/helm-chart - https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template - https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch - - https://github.com/bitnami/charts/tree/main/bitnami/valkey - https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/cloudflared - https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/postgres-cluster maintainers: @@ -40,9 +38,6 @@ dependencies: - name: meilisearch version: 0.14.0 repository: https://meilisearch.github.io/meilisearch-kubernetes - - name: valkey - version: 3.0.22 - repository: oci://harbor.alexlebens.net/proxy-registry-1.docker.io/bitnamicharts - name: valkey alias: valkey-renovate version: 3.0.22 diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index 4cd720336..5731a0ba4 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -76,13 +76,13 @@ gitea: cache: ENABLED: true ADAPTER: redis - HOST: redis://gitea-valkey-primary.gitea:6379 + HOST: redis://redis-replication-gitea-master.gitea:6379 queue: TYPE: redis - CONN_STR: redis://gitea-valkey-primary.gitea:6379 + CONN_STR: redis://redis-replication-gitea-master.gitea:6379 session: PROVIDER: redis - PROVIDER_CONFIG: redis://gitea-valkey-primary.gitea:6379 + PROVIDER_CONFIG: redis://redis-replication-gitea-master.gitea:6379 indexer: ISSUE_INDEXER_ENABLED: true ISSUE_INDEXER_TYPE: meilisearch @@ -311,27 +311,7 @@ meilisearch: memory: 128Mi serviceMonitor: enabled: true -valkey: - architecture: replication - auth: - enabled: false - usePasswordFiles: false - primary: - resources: - requests: - cpu: 100m - memory: 64Mi - persistence: - enabled: true - size: 5Gi - replica: - resources: - requests: - cpu: 100m - memory: 64Mi - persistence: - enabled: true - size: 5Gi + valkey-renovate: nameOverride: renovate-valkey architecture: standalone