From b07ef978ace844fffd5b2ee7dcfeae6ab44e5194 Mon Sep 17 00:00:00 2001 From: Hoan To Date: Thu, 2 Nov 2023 11:37:36 +0100 Subject: [PATCH] changed connect2ftapi netpol --- templates/netpol_egress-connect2ftapi.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/netpol_egress-connect2ftapi.yaml b/templates/netpol_egress-connect2ftapi.yaml index 86f2830..778f9b9 100644 --- a/templates/netpol_egress-connect2ftapi.yaml +++ b/templates/netpol_egress-connect2ftapi.yaml @@ -16,4 +16,6 @@ spec: - protocol: TCP port: 80 # Assuming the URL is accessed over HTTP - protocol: TCP - port: 443 # Assuming the URL is accessed over HTTPS \ No newline at end of file + port: 443 # Assuming the URL is accessed over HTTPS + - protocol: TCP + port: 8442 # Assuming the URL is accessed over HTTPS \ No newline at end of file