Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions manifests/14_networkpolicy_marketplace-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ spec:
- protocol: TCP
port: 8081
egress:
- {}
Comment thread
rashmigottipati marked this conversation as resolved.
- ports:
- protocol: TCP
port: 6443
- protocol: TCP
port: 53
- protocol: UDP
port: 53
- protocol: TCP
port: 5353
- protocol: UDP
port: 5353

9 changes: 8 additions & 1 deletion manifests/15_networkpolicy_unpack-bundles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ spec:
- Ingress
- Egress
egress:
- {}
- ports:
- protocol: TCP
port: 6443
port: 53
- protocol: UDP
port: 53
- protocol: TCP
port: 5353
- protocol: UDP
port: 5353