We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4be0bd commit d41d5f1Copy full SHA for d41d5f1
olam/default_vars.yml
@@ -27,7 +27,7 @@ use_olam_pah: false
27
add_pah_ports: false
28
use_freeipa: false
29
use_git: false
30
-add_db_ports: false
+add_cluster_ports: false
31
32
use_kvm: false
33
create_vm: false
olam/templates/ingress_security_rules.j2
@@ -66,11 +66,17 @@ instance_ingress_security_rules:
66
max: 443
67
min: 443
68
{% endif %}
69
-{% if add_db_ports %}
+{% if add_cluster_ports %}
70
- source: "10.0.0.0/24"
71
protocol: 6
72
tcp_options:
73
destination_port_range:
74
max: 5432
75
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
82
0 commit comments