mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
add new redis instances
This commit is contained in:
parent
70f48c87da
commit
46697cd3c4
1 changed files with 12 additions and 3 deletions
15
render.yaml
15
render.yaml
|
@ -14,9 +14,18 @@ services:
|
|||
name: srv.redis
|
||||
plan: pro
|
||||
maxmemoryPolicy: noeviction
|
||||
ipAllowList:
|
||||
- source: 10.204.0.0/16
|
||||
description: internal
|
||||
|
||||
# Redis (queues)
|
||||
- type: redis
|
||||
name: srv.redis.queues
|
||||
plan: standard plus
|
||||
maxmemoryPolicy: noeviction
|
||||
|
||||
# Redis (locks)
|
||||
- type: redis
|
||||
name: srv.redis.locks
|
||||
plan: standard plus
|
||||
maxmemoryPolicy: noeviction
|
||||
|
||||
# PGBouncer
|
||||
- type: pserv
|
||||
|
|
Loading…
Reference in a new issue