Skip to content

Commit

Permalink
enable cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
retX0 committed Jan 9, 2024
1 parent a81898b commit f34abf3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions platform/gitea/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ gitea:
NAME: gitea
USER: gitea
PASSWD: gitea
cache:
ADAPTER: redis
HOST: redis://database-redis-headless.database.svc.cluster.local:6379/2?pool_size=100&idle_timeout=180s
queue:
TYPE: redis
CONN_STR: redis://database-redis-headless.database.svc.cluster.local:6379/2
service:
DISABLE_REGISTRATION: true
DEFAULT_USER_VISIBILITY: limited
Expand Down

0 comments on commit f34abf3

Please sign in to comment.