activate replication

This commit is contained in:
2025-03-10 20:28:38 -05:00
parent 1cbe0b1e68
commit 97e77e186e

View File

@@ -61,13 +61,13 @@ gitea:
ENABLE_AUTO_REGISTRATION: true ENABLE_AUTO_REGISTRATION: true
cache: cache:
ADAPTER: redis ADAPTER: redis
HOST: redis://gitea-valkey-headless.gitea:6379 HOST: redis://gitea-valkey-primary.gitea:6379
queue: queue:
TYPE: redis TYPE: redis
CONN_STR: redis://gitea-valkey-headless.gitea:6379 CONN_STR: redis://gitea-valkey-primary.gitea:6379
session: session:
PROVIDER: redis PROVIDER: redis
PROVIDER_CONFIG: redis://gitea-valkey-headless.gitea:6379 PROVIDER_CONFIG: redis://gitea-valkey-primary.gitea:6379
service: service:
REGISTER_MANUAL_CONFIRM: true REGISTER_MANUAL_CONFIRM: true
SHOW_REGISTRATION_BUTTON: false SHOW_REGISTRATION_BUTTON: false
@@ -221,7 +221,7 @@ backup:
mountPropagation: None mountPropagation: None
subPath: .s3cfg subPath: .s3cfg
valkey: valkey:
architecture: standalone architecture: replication
auth: auth:
enabled: false enabled: false
usePasswordFiles: false usePasswordFiles: false
@@ -231,7 +231,8 @@ valkey:
size: 5Gi size: 5Gi
replica: replica:
persistence: persistence:
enabled: false enabled: true
size: 5Gi
cloudflared: cloudflared:
existingSecretName: gitea-cloudflared-secret existingSecretName: gitea-cloudflared-secret
postgres-17-cluster: postgres-17-cluster: