From 604323e61520a4b0e07114d163d6e1f526889688 Mon Sep 17 00:00:00 2001 From: William P Date: Sun, 12 Oct 2025 20:10:48 -0400 Subject: [PATCH] gitea: enable valkey cluster from chart --- gitea/values.yaml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/gitea/values.yaml b/gitea/values.yaml index c96db9a..0c8d258 100644 --- a/gitea/values.yaml +++ b/gitea/values.yaml @@ -59,16 +59,6 @@ gitea: HOST: weyma-pgsql-rw.cloudnativepg.svc.cluster.local NAME: gitea USER: gitea - queue: - TYPE: redis - CONN_STR: redis+cluster://:@gitea-kv-headless.gitea.svc.cluster.local:6379/0?pool_size=100&idle_timeout=180s& - session: - PROVIDER: redis - PROVIDER_CONFIG: redis+cluster://:@gitea-kv-headless.gitea.svc.cluster.local:6379/0?pool_size=100&idle_timeout=180s& - cache: - ENABLED: 'true' - ADAPTER: redis - HOST: redis+cluster://:@gitea-kv-headless.gitea.svc.cluster.local:6379/0?pool_size=100&idle_timeout=180s& server: DISABLE_SSH: false DOMAIN: git.dubyatp.xyz @@ -93,20 +83,6 @@ gitea: security: INSTALL_LOCK: true extraDeploy: - - apiVersion: hyperspike.io/v1 - kind: Valkey - metadata: - name: gitea-kv - spec: - anonymousAuth: true - certIssuerType: ClusterIssuer - clusterDomain: cluster.local - clusterPreferredEndpointType: ip - nodes: 1 - prometheus: false - replicas: 3 - tls: false - volumePermissions: true - apiVersion: traefik.io/v1alpha1 kind: IngressRouteTCP metadata: @@ -203,4 +179,4 @@ gitea: postgresql-ha: enabled: false valkey-cluster: - enabled: false \ No newline at end of file + enabled: true \ No newline at end of file