Skip to content

Commit

Permalink
change var name for pah ingress ports
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraef committed Jan 9, 2025
1 parent addb6d8 commit 6cf2748
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 @@ -51,4 +51,18 @@ instance_ingress_security_rules:
destination_port_range:
max: 443
min: 443
{% endif %}
{% if add_pah_ports %}
- 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 6cf2748

Please sign in to comment.