diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-02-14 21:43:28 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-02-17 08:56:56 +0000 |
| commit | cee0e5332a67a82fbade95307599ff448acbe604 (patch) | |
| tree | 30061bbce9b644d096f453a46835f8b3c9eaa3fe /syz-cluster/pkg/workflow | |
| parent | 4121cf9df313ee111c01fde1f255d010c8d941cd (diff) | |
syz-cluster: configure network policies
Enable egress traffic for all nodes.
Configure ingress traffic on the per-need basis.
Diffstat (limited to 'syz-cluster/pkg/workflow')
| -rw-r--r-- | syz-cluster/pkg/workflow/template.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
