From cf17a14a076b3cec8af01b71f5c3f57e4ef7d8cd Mon Sep 17 00:00:00 2001 From: Ankit Bhardwaj Bhardwaj Date: Thu, 8 Aug 2024 13:34:18 +0530 Subject: [PATCH] INFRA-3598 | Ankit bhardwaj | Whitelist deployment-portal-backend --- deployment_manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deployment_manifest.json b/deployment_manifest.json index c691462..ed0bbe6 100644 --- a/deployment_manifest.json +++ b/deployment_manifest.json @@ -33,6 +33,12 @@ } ], "allowEgress": [], + "allowEndpoint": [ + { + "host": "deployment-portal-backend.infrastructure.svc.cluster.local", + "port": "8080" + } + ], "healthChecks": { "readinessCheck": { "type": "http",