Skip to content

Commit 07d8014

Browse files
author
William Graef
committed
add nfs option for ingress
1 parent 6fb5b0a commit 07d8014

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ol/templates/ingress_security_rules.j2

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,18 @@ instance_ingress_security_rules:
3939
destination_port_range:
4040
max: 8080
4141
min: 8080
42+
{% endif %}
43+
{% if use_nfs %}
44+
- source: "10.0.0.0/0"
45+
protocol: 6
46+
tcp_options:
47+
destination_port_range:
48+
max: 2049
49+
min: 2049
50+
- source: "10.0.0.0/0"
51+
protocol: 17
52+
udp_options:
53+
destination_port_range:
54+
max: 2049
55+
min: 2049
4256
{% endif %}

0 commit comments

Comments
 (0)