feat: remove forgejo's own redis cluster in favor of valkey

This commit is contained in:
cătălin 2025-06-28 20:31:44 +02:00
commit 2237e4451c
No known key found for this signature in database
3 changed files with 27 additions and 3 deletions

View file

@ -4,6 +4,8 @@ kind: Application
metadata:
name: forgejo
namespace: argocd
annotations:
argocd.argoproj.io/sync-options: Force=true,Replace=true
spec:
destination:
name: ''
@ -88,8 +90,9 @@ spec:
server:
ROOT_URL: https://git.roboces.dev/
additionalConfigSources:
- secret:
secretName: gitea-ini-redis
- secret:
secretName: secrets-forgejo-email
- secret:
@ -100,7 +103,10 @@ spec:
secretName: secrets-forgejo-internal
postgresql-ha:
enabled: false
redis:
enabled: false
redis-cluster:
enabled: false
- path: k8s/services/forgejo
repoURL: https://git.roboces.dev/catalin/fukuops.git
targetRevision: main