-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminimal.tfvars
39 lines (30 loc) · 1.12 KB
/
minimal.tfvars
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
high_availability = false
cert_validity_period_hours = 8760 # 1 year
linkerd_additional_configuration_values = []
### Point to your local kubernetes configuration file and context
kubernetes_config_file = "~/.kube/config"
kubernetes_config_context = "rancher-desktop"
loki_extra_values = {}
promtail_extra_values = {}
grafana_additional_data_sources = []
grafana_prometheus_extra_values = {}
namespace_annotations = {}
nginx_extra_values = {}
#### Component flags: Deploy only Ingress NGINX with SWOOP API, Postgres and MinIO for GitHub Actions and other minimal testing
deploy_linkerd = false
deploy_ingress_nginx = false
deploy_grafana_prometheus = false
deploy_loki = false
deploy_promtail = false
deploy_argo_workflows = true
deploy_titiler = false
deploy_stacfastapi = false
deploy_staccollection = false
deploy_swoop_api = true
deploy_swoop_caboose = true
deploy_swoop_conductor = true
deploy_db_migration = true
deploy_postgres = true
deploy_db_init = true
deploy_minio = true
deploy_workflow_config = false