switch redis
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user