mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fixup! ♻️ migration externalsecrets
This commit is contained in:
@@ -10,7 +10,7 @@ hostname = "nitter.${SECRET_CLUSTER_DOMAIN}"
|
||||
[Cache]
|
||||
listMinutes = 240 # how long to cache list info (not the tweets, so keep it high)
|
||||
rssMinutes = 10 # how long to cache rss queries
|
||||
redisHost = "redis.default.svc.cluster.local." # Change to "nitter-redis" if using docker-compose
|
||||
redisHost = "redis-master.default.svc.cluster.local." # Change to "nitter-redis" if using docker-compose
|
||||
redisPort = 6379
|
||||
redisPassword = ""
|
||||
redisConnections = 20 # connection pool size
|
||||
|
Reference in New Issue
Block a user