From 46697cd3c4e059620653c7295b58808f17bbfcaf Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Sat, 5 Nov 2022 16:33:55 -0400 Subject: [PATCH] add new redis instances --- render.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/render.yaml b/render.yaml index 7d87715..c6b76bd 100644 --- a/render.yaml +++ b/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