File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+
3+ # A set of parameters for our im-main Scaleway cluster.
4+
5+ k8s_kubeconfig : " {{ lookup('env', 'KUBECONFIG') }}"
6+
7+ core_deploy_cluster_issuer : yes
8+ core_cluster_issuer_letsencrypt_email : tdudgeon@informaticsmatters.com
9+
10+ infra_priority_class : im-application-critical
11+
12+ ingress_class : nginx
13+
14+ ic_state : absent
15+ efs_state : absent
16+ cinder_state : absent
17+ ax_state : absent
18+
19+ pg_state : present
20+ pg_bu_state : absent
21+ pg_image : informaticsmatters/rdkit-cartridge-debian
22+ pg_version : Release_2024_03_3
23+ pg_vol_size_g : 1
24+ pg_cpu_request : 100m
25+ pg_mem_request : 250Mi
26+
27+ kc_state : present
28+ kc_hostname : keycloak-scw.informaticsmatters.com
29+
30+ rabbitmq_state : present
31+ rabbitmq_hostname : rabbitmq-scw.informaticsmatters.com
32+ rabbitmq_version : " 4.2.2"
You can’t perform that action at this time.
0 commit comments