From 5551c5be13058d2aa3ce51634359d2780a993c27 Mon Sep 17 00:00:00 2001 From: Ankit Bhardwaj Date: Fri, 27 Oct 2023 13:40:35 +0530 Subject: [PATCH] INFRA-2148 | Ankit Bhardwaj | Add Egress rule for elastic apm --- deployment_manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment_manifest.json b/deployment_manifest.json index 8cc1ab37..55f4a591 100644 --- a/deployment_manifest.json +++ b/deployment_manifest.json @@ -123,7 +123,7 @@ "endpoint": "$SERVICE_ENDPOINT" } ], - "allowEgress": [], + "allowEgress": ["*.elastic-stack.svc.cluster.local"], "healthChecks": { "readinessCheck": { "type": "http",