mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-22 03:37: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
|
name: srv.redis
|
||||||
plan: pro
|
plan: pro
|
||||||
maxmemoryPolicy: noeviction
|
maxmemoryPolicy: noeviction
|
||||||
ipAllowList:
|
|
||||||
- source: 10.204.0.0/16
|
# Redis (queues)
|
||||||
description: internal
|
- 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
|
# PGBouncer
|
||||||
- type: pserv
|
- type: pserv
|
||||||
|
|
Loading…
Reference in a new issue