Skip to content

Commit addb6d8

Browse files
author
William Graef
committed
add ports for pah
1 parent 9808bc4 commit addb6d8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

olam/templates/ingress_security_rules.j2

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,18 @@ instance_ingress_security_rules:
3737
destination_port_range:
3838
max: 636
3939
min: 636
40+
{% endif %}
41+
{% if use_olam_pah %}
42+
- source: "10.0.0.0/24"
43+
protocol: 6
44+
tcp_options:
45+
destination_port_range:
46+
max: 80
47+
min: 80
48+
- source: "10.0.0.0/24"
49+
protocol: 6
50+
tcp_options:
51+
destination_port_range:
52+
max: 443
53+
min: 443
4054
{% endif %}

0 commit comments

Comments
 (0)