Merge "fix: Open udp port 53 on master to support CoreDNS"

This commit is contained in:
Zuul 2020-04-10 00:25:12 +00:00 committed by Gerrit Code Review
commit 01629398c6
1 changed files with 3 additions and 0 deletions

View File

@ -955,6 +955,9 @@ resources:
- protocol: tcp - protocol: tcp
port_range_min: 53 port_range_min: 53
port_range_max: 53 port_range_max: 53
- protocol: udp
port_range_min: 53
port_range_max: 53
- protocol: tcp - protocol: tcp
port_range_min: 179 port_range_min: 179
port_range_max: 179 port_range_max: 179