From 6cf27481c8c99767f8d46e9042c63e854ecc6ca2 Mon Sep 17 00:00:00 2001 From: William Graef Date: Thu, 9 Jan 2025 09:45:35 -0500 Subject: [PATCH] change var name for pah ingress ports --- olam/templates/ingress_security_rules.j2 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/olam/templates/ingress_security_rules.j2 b/olam/templates/ingress_security_rules.j2 index e427d77..bc7ad0a 100644 --- a/olam/templates/ingress_security_rules.j2 +++ b/olam/templates/ingress_security_rules.j2 @@ -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 %} \ No newline at end of file