diff --git a/helm/argocd/templates/network-policy.yaml b/helm/argocd/templates/network-policy.yaml index 39ea283..f9e606c 100644 --- a/helm/argocd/templates/network-policy.yaml +++ b/helm/argocd/templates/network-policy.yaml @@ -36,6 +36,13 @@ specs: - port: '8083' protocol: TCP egress: + - toEndpoints: + - matchLabels: + app.kubernetes.io/name: argocd-redis + toPorts: + - ports: + - port: '6379' + protocol: TCP - toEntities: - world toPorts: