mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
bring new redis up to line in blueprints
This commit is contained in:
parent
6627fd4102
commit
5c850bc66d
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ services:
|
|||
# Redis
|
||||
- type: redis
|
||||
name: srv.redis
|
||||
plan: pro
|
||||
plan: pro plus
|
||||
maxmemoryPolicy: noeviction
|
||||
ipAllowList: []
|
||||
|
||||
|
@ -24,7 +24,7 @@ services:
|
|||
# Redis (locks)
|
||||
- type: redis
|
||||
name: srv.redis.locks
|
||||
plan: pro
|
||||
plan: pro plus
|
||||
maxmemoryPolicy: noeviction
|
||||
ipAllowList: []
|
||||
|
||||
|
|
Loading…
Reference in a new issue