Skip to content

Commit

Permalink
Merge pull request #333 from Kuadrant/fix-redis-cached-sandbox
Browse files Browse the repository at this point in the history
🔨 [fix] redis cached sandbox using new params and dropping non existing ones
  • Loading branch information
eguzki authored May 16, 2024
2 parents dd5e1d4 + 36029fa commit 6534b97
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ services:
- --grpc-reflection-service
- /opt/kuadrant/limits/limits.yaml
- redis_cached
- --ttl
- "3"
- --ratio
- "11"
- --batch-size
- "100"
- --flush-period
- "2"
- "1000"
- --max-cached
- "5000"
- "10000"
- --response-timeout
- "350"
- redis://redis:6379
expose:
- "8080"
Expand Down

0 comments on commit 6534b97

Please sign in to comment.