Skip to content

Commit f3f3891

Browse files
author
William Graef
committed
fix typo in ingress yml
1 parent 8d675c3 commit f3f3891

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ol/templates/ingress_security_rules.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,19 @@ instance_ingress_security_rules:
6767
destination_port_range:
6868
max: 2049
6969
min: 2049
70-
- source: "10.0.0.0/24"
70+
- source: "10.0.0.0/24"
7171
protocol: 6
7272
tcp_options:
7373
destination_port_range:
7474
max: 8080
7575
min: 8080
76-
- source: "10.0.0.0/24"
76+
- source: "10.0.0.0/24"
7777
protocol: 6
7878
tcp_options:
7979
destination_port_range:
8080
max: 5432
8181
min: 5432
82-
- source: "10.0.0.0/24"
82+
- source: "10.0.0.0/24"
8383
protocol: 6
8484
tcp_options:
8585
destination_port_range:

0 commit comments

Comments
 (0)