From f1d56e4c2cd63b563f860858663274b71e53d941 Mon Sep 17 00:00:00 2001 From: marcos-silva-rodrigues Date: Mon, 15 Sep 2025 10:34:36 -0300 Subject: [PATCH] UPDATE: uptime internal ip --- deploy/helmfiles/prd.yaml | 2 +- deploy/helmfiles/stg.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"