forked from catalin/fukuops
feat: remove forgejo's own redis cluster in favor of valkey
This commit is contained in:
parent
50de162959
commit
2237e4451c
3 changed files with 27 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue