From 1bced8d44b1cb0e179cce3a631c97fb0d198e8ff Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Fri, 17 Nov 2023 18:13:11 +0100 Subject: [PATCH] Fixed policy for legacy host routing --- helm/argocd/templates/network-policy.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/argocd/templates/network-policy.yaml b/helm/argocd/templates/network-policy.yaml index fb6a70a..78ca9d5 100644 --- a/helm/argocd/templates/network-policy.yaml +++ b/helm/argocd/templates/network-policy.yaml @@ -12,7 +12,7 @@ specs: ingress: # kubelet -> probes - fromEntities: - - host + - world toPorts: - ports: - port: '8080' @@ -45,10 +45,10 @@ specs: - port: '53' protocol: UDP - toEntities: - - host + - world toPorts: - ports: - - port: '16443' + - port: '443' protocol: TCP - endpointSelector: # apply to core dns pods @@ -57,7 +57,7 @@ specs: ingress: # kubelet -> probes - fromEntities: - - host + - world toPorts: - ports: - port: '8082' @@ -69,7 +69,7 @@ specs: ingress: # kubelet -> probes - fromEntities: - - host + - world toPorts: - ports: - port: '8084'