From 1a198726df632d7de4a5d485928e02747634efe2 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Fri, 17 Nov 2023 18:32:11 +0100 Subject: [PATCH] Added port 8081 to allowed ports for repo server --- helm/argocd/templates/network-policy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/argocd/templates/network-policy.yaml b/helm/argocd/templates/network-policy.yaml index 78ca9d5..dbb6150 100644 --- a/helm/argocd/templates/network-policy.yaml +++ b/helm/argocd/templates/network-policy.yaml @@ -72,6 +72,8 @@ specs: - world toPorts: - ports: + - port: '8081' + protocol: TCP - port: '8084' protocol: TCP {{- end }} \ No newline at end of file