Skip to content

Commit 28e9290

Browse files
committed
add port 3260 for tcp and upd ingress
1 parent 1e4f977 commit 28e9290

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ol/templates/ingress_security_rules.j2

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,16 @@ instance_ingress_security_rules:
107107
destination_port_range:
108108
max: 7777
109109
min: 7777
110+
- source: "10.0.0.0/24"
111+
protocol: 6
112+
tcp_options:
113+
destination_port_range:
114+
max: 3260
115+
min: 3260
116+
- source: "10.0.0.0/24"
117+
protocol: 17
118+
udp_options:
119+
destination_port_range:
120+
max: 3260
121+
min: 3260
110122
{% endif %}

0 commit comments

Comments
 (0)