From f3f3891c09fd061954f2df8016e901053d075c72 Mon Sep 17 00:00:00 2001 From: William Graef Date: Thu, 5 Sep 2024 22:32:02 -0400 Subject: [PATCH] fix typo in ingress yml --- ol/templates/ingress_security_rules.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ol/templates/ingress_security_rules.j2 b/ol/templates/ingress_security_rules.j2 index 06d7709..c4f607e 100644 --- a/ol/templates/ingress_security_rules.j2 +++ b/ol/templates/ingress_security_rules.j2 @@ -67,19 +67,19 @@ instance_ingress_security_rules: destination_port_range: max: 2049 min: 2049 -- source: "10.0.0.0/24" + - source: "10.0.0.0/24" protocol: 6 tcp_options: destination_port_range: max: 8080 min: 8080 -- source: "10.0.0.0/24" + - source: "10.0.0.0/24" protocol: 6 tcp_options: destination_port_range: max: 5432 min: 5432 -- source: "10.0.0.0/24" + - source: "10.0.0.0/24" protocol: 6 tcp_options: destination_port_range: