mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 12:11:16 +00:00
change(redis-operator)
This commit is contained in:
parent
737592e324
commit
b8ab31ff97
2 changed files with 11 additions and 3 deletions
|
@ -146,6 +146,14 @@ gitea:
|
||||||
DISABLE_REGISTRATION: true
|
DISABLE_REGISTRATION: true
|
||||||
lfs:
|
lfs:
|
||||||
STORAGE_TYPE: local
|
STORAGE_TYPE: local
|
||||||
|
queue:
|
||||||
|
TYPE: persistable-channel
|
||||||
|
#CONN_STR: redis://redis.forgejo.svc.cluster.local:6379/0
|
||||||
|
cache:
|
||||||
|
ADAPTER: memory
|
||||||
|
#HOST: redis://redis.forgejo.svc.cluster.local:6379/0?pool_size=100&idle_timeout=180s
|
||||||
|
session:
|
||||||
|
PROVIDER: memory
|
||||||
picture:
|
picture:
|
||||||
DISABLE_GRAVATAR: true
|
DISABLE_GRAVATAR: true
|
||||||
metrics:
|
metrics:
|
||||||
|
@ -178,7 +186,7 @@ gitea:
|
||||||
logLevel: 'INFO'
|
logLevel: 'INFO'
|
||||||
|
|
||||||
redis-cluster:
|
redis-cluster:
|
||||||
enabled: true
|
enabled: false
|
||||||
usePassword: false
|
usePassword: false
|
||||||
cluster:
|
cluster:
|
||||||
nodes: 3 # default: 6
|
nodes: 3 # default: 6
|
||||||
|
|
|
@ -25,6 +25,6 @@ apps:
|
||||||
targetRevision: 0.20.1
|
targetRevision: 0.20.1
|
||||||
|
|
||||||
- name: redis-operator
|
- name: redis-operator
|
||||||
repoURL: https://spotahome.github.io/redis-operator
|
repoURL: https://ot-container-kit.github.io/helm-charts
|
||||||
chart: redis-operator
|
chart: redis-operator
|
||||||
targetRevision: 3.3.0
|
targetRevision: 0.15.9
|
||||||
|
|
Loading…
Reference in a new issue