Skip to content

Commit d41d5f1

Browse files
committed
update ingress ports for cluster setup
1 parent a4be0bd commit d41d5f1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

olam/default_vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use_olam_pah: false
2727
add_pah_ports: false
2828
use_freeipa: false
2929
use_git: false
30-
add_db_ports: false
30+
add_cluster_ports: false
3131

3232
use_kvm: false
3333
create_vm: false

olam/templates/ingress_security_rules.j2

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,17 @@ instance_ingress_security_rules:
6666
max: 443
6767
min: 443
6868
{% endif %}
69-
{% if add_db_ports %}
69+
{% if add_cluster_ports %}
7070
- source: "10.0.0.0/24"
7171
protocol: 6
7272
tcp_options:
7373
destination_port_range:
7474
max: 5432
7575
min: 5432
76+
- source: "10.0.0.0/24"
77+
protocol: 6
78+
tcp_options:
79+
destination_port_range:
80+
max: 27199
81+
min: 27199
7682
{% endif %}

0 commit comments

Comments
 (0)