Skip to content

Commit

Permalink
add ports for pah
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraef committed Jan 8, 2025
1 parent 9808bc4 commit addb6d8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions olam/templates/ingress_security_rules.j2
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,18 @@ instance_ingress_security_rules:
destination_port_range:
max: 636
min: 636
{% endif %}
{% if use_olam_pah %}
- source: "10.0.0.0/24"
protocol: 6
tcp_options:
destination_port_range:
max: 80
min: 80
- source: "10.0.0.0/24"
protocol: 6
tcp_options:
destination_port_range:
max: 443
min: 443
{% endif %}

0 comments on commit addb6d8

Please sign in to comment.