Skip to content

Commit

Permalink
fix typo in ingress yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraef committed Sep 6, 2024
1 parent 8d675c3 commit f3f3891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ol/templates/ingress_security_rules.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f3f3891

Please sign in to comment.