Skip to content

Commit

Permalink
Merge pull request #933 from M4t7e/cilium-egress-exclusion
Browse files Browse the repository at this point in the history
Added Example to exclude Destination CIDRs from Egress Gateway
  • Loading branch information
mysticaltech authored Aug 11, 2023
2 parents 2df8895 + 75e82a3 commit 746ada7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,8 @@ spec:
destinationCIDRs:
- "0.0.0.0/0"
excludedCIDRs:
- "10.0.0.0/8"
egressGateway:
nodeSelector:
Expand Down

0 comments on commit 746ada7

Please sign in to comment.