diff --git a/deploy/helmfiles/prd.yaml b/deploy/helmfiles/prd.yaml index c15d72c..b606fb1 100644 --- a/deploy/helmfiles/prd.yaml +++ b/deploy/helmfiles/prd.yaml @@ -53,4 +53,4 @@ releases: # 137.131.167.254/32 loadbalancer # 159.112.184.81/32 cluster ip for the uptime request ingest - name: maestro.restricted_ip - value: "177.52.172.0/24, 189.84.160.157/32, 186.237.171.146/32, 137.131.167.254/32, 10.70.0.0/16, 159.112.184.81/32" + value: "177.52.172.0/24, 189.84.160.157/32, 186.237.171.146/32, 137.131.167.254/32, 10.70.0.0/16, 159.112.184.81/32, 10.244.0.0/16" diff --git a/deploy/helmfiles/stg.yaml b/deploy/helmfiles/stg.yaml index 906b450..bad3302 100644 --- a/deploy/helmfiles/stg.yaml +++ b/deploy/helmfiles/stg.yaml @@ -27,4 +27,4 @@ charts: - name: resources value: null - name: maestro.restricted_ip - value: "137.131.167.254/32, 10.70.0.0/16, 159.112.184.81/32" + value: "137.131.167.254/32, 10.70.0.0/16, 159.112.184.81/32, 10.244.0.0/16"