mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-22 03:37:43 +00:00
fix ip allow list
This commit is contained in:
parent
96131b0bcb
commit
253fc7bbc6
1 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,8 @@ databases:
|
||||||
databaseName: apollo
|
databaseName: apollo
|
||||||
postgresMajorVersion: 14
|
postgresMajorVersion: 14
|
||||||
ipAllowList:
|
ipAllowList:
|
||||||
- 10.204.0.0/16
|
- source: 10.204.0.0/16
|
||||||
|
description: internal
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# Redis
|
# Redis
|
||||||
|
@ -14,7 +15,8 @@ services:
|
||||||
plan: pro
|
plan: pro
|
||||||
maxmemoryPolicy: noeviction
|
maxmemoryPolicy: noeviction
|
||||||
ipAllowList:
|
ipAllowList:
|
||||||
- 10.204.0.0/16
|
- source: 10.204.0.0/16
|
||||||
|
description: internal
|
||||||
|
|
||||||
# PGBouncer
|
# PGBouncer
|
||||||
- type: pserv
|
- type: pserv
|
||||||
|
|
Loading…
Reference in a new issue