Skip to content

Commit

Permalink
Merge pull request #48 from bgraef/main
Browse files Browse the repository at this point in the history
change var name for pah ingress ports
  • Loading branch information
bgraef authored Jan 9, 2025
2 parents deb5643 + 6cf2748 commit 2a5f162
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 2a5f162

Please sign in to comment.