Skip to content

Commit f80cb7f

Browse files
authored
Merge pull request #53 from bgraef/main
add ingress for performance copilot
2 parents a065a19 + 1b1d224 commit f80cb7f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ol/default_vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ use_haproxy: false
4646
use_nginx: false
4747
use_nfs: false
4848
use_quay_ha: false
49+
use_pcp: false
4950

5051
use_vbox: false
5152
virtualbox_version: "7.1"

ol/templates/ingress_security_rules.j2

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,12 @@ instance_ingress_security_rules:
8585
destination_port_range:
8686
max: 6379
8787
min: 6379
88+
{% endif %}
89+
{% if use_pcp %}
90+
- source: "10.0.0.0/24"
91+
protocol: 6
92+
tcp_options:
93+
destination_port_range:
94+
max: 44321
95+
min: 44321
8896
{% endif %}

0 commit comments

Comments
 (0)