diff --git a/helm/kyverno-policy-operator/templates/ciliumnetworkpolicy.yaml b/helm/kyverno-policy-operator/templates/ciliumnetworkpolicy.yaml index a11a984..3adc77b 100644 --- a/helm/kyverno-policy-operator/templates/ciliumnetworkpolicy.yaml +++ b/helm/kyverno-policy-operator/templates/ciliumnetworkpolicy.yaml @@ -13,6 +13,14 @@ spec: egress: - toEntities: - kube-apiserver + - toEndpoint: + - matchLabels: + app.kubernetes.io/name: edgedb + app.kubernetes.io/instance: edgedb + toPorts: + - ports: + - port: 5656 + protocol: TCP ingress: - fromEntities: - kube-apiserver