Skip to content

Commit 962f75f

Browse files
committed
add unique ports for haproxy
1 parent e852105 commit 962f75f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

olam/templates/ingress_security_rules.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,10 @@ instance_ingress_security_rules:
9999
destination_port_range:
100100
max: 8080
101101
min: 8080
102+
- source: "0.0.0.0/0"
103+
protocol: 6
104+
tcp_options:
105+
destination_port_range:
106+
max: 8443
107+
min: 8443
102108
{% endif %}

0 commit comments

Comments
 (0)