From cee0e5332a67a82fbade95307599ff448acbe604 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 14 Feb 2025 21:43:28 +0100 Subject: syz-cluster: configure network policies Enable egress traffic for all nodes. Configure ingress traffic on the per-need basis. --- syz-cluster/pkg/workflow/template.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'syz-cluster/pkg/workflow') diff --git a/syz-cluster/pkg/workflow/template.yaml b/syz-cluster/pkg/workflow/template.yaml index 1613aeae8..2cfe7a811 100644 --- a/syz-cluster/pkg/workflow/template.yaml +++ b/syz-cluster/pkg/workflow/template.yaml @@ -14,6 +14,9 @@ spec: ttlStrategy: # Keep finihed workflows for 12 hours after completion. secondsAfterCompletion: 43200 + podMetadata: + labels: + tier: workflow arguments: parameters: - name: session-id -- cgit mrf-deployment