bring new redis up to line in blueprints

This commit is contained in:
Andre Medeiros 2022-11-05 20:18:25 -04:00
parent 6627fd4102
commit 5c850bc66d
1 changed files with 2 additions and 2 deletions

View File

@ -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: []