From 96131b0bcb5c6a77e31cc468af0f866ebc601f9e Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Sat, 25 Jun 2022 14:46:47 -0400 Subject: [PATCH] fix ip allow list --- render.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/render.yaml b/render.yaml index 92a8086..5736358 100644 --- a/render.yaml +++ b/render.yaml @@ -4,7 +4,8 @@ databases: user: apollo databaseName: apollo postgresMajorVersion: 14 - ipAllowList: [] # only allow internal connections + ipAllowList: + - 10.204.0.0/16 services: # Redis @@ -12,7 +13,8 @@ services: name: srv.redis plan: pro maxmemoryPolicy: noeviction - ipAllowList: [] # only allow internal connections + ipAllowList: + - 10.204.0.0/16 # PGBouncer - type: pserv