1
- project_name : " <your-project-name>"
2
- namespace : " <your-namespace>" # e.g. "cht -dev-namespace "
1
+ project_name : " <your-project-name>" # e.g. mrjones-dev
2
+ namespace : " <your-namespace>" # e.g. "mrjones -dev"
3
3
chtversion : 4.10.0
4
4
# cht_image_tag: 4.1.1-4.1.1 #- This is filled in automatically by the deploy script. Don't uncomment this line.
5
5
@@ -18,9 +18,9 @@ upgrade_service:
18
18
# CouchDB Settings
19
19
couchdb :
20
20
password : " <password-value>" # Avoid using non-url-safe characters in password
21
- secret : " <secret-value> " # Any value, e.g. a UUID.
22
- user : " <user-name> "
23
- uuid : " <uuid-value> " # Any UUID
21
+ secret : " f9053a0a-ef77-4be3-994d-87d6732600fd " # for prod, change to output of `uuidgen
22
+ user : " medic "
23
+ uuid : " 7300115e-1a98-4607-a37c-50e0c9913767 " # for prod, change to output of `uuidgen`
24
24
clusteredCouch_enabled : false
25
25
couchdb_node_storage_size : 100Mi
26
26
clusteredCouch :
@@ -34,11 +34,11 @@ ingress:
34
34
annotations :
35
35
groupname : " dev-cht-alb"
36
36
tags : " Environment=dev,Team=QA"
37
- certificate : " arn:aws:iam::<account-id> :server-certificate/2024-wildcard-dev-medicmobile-org-chain"
37
+ certificate : " arn:aws:iam::720541322708 :server-certificate/2024-wildcard-dev-medicmobile-org-chain"
38
38
# Ensure the host is not already taken. Valid characters for a subdomain are:
39
39
# a-z, 0-9, and - (but not as first or last character).
40
- host : " <subdomain>.dev.medicmobile.org"
41
- hosted_zone_id : " <the-hosted-zone-id> "
40
+ host : " <subdomain>.dev.medicmobile.org" # e.g. "mrjones.dev.medicmobile.org"
41
+ hosted_zone_id : " Z3304WUAJTCM7P "
42
42
load_balancer : " dualstack.k8s-devchtalb-3eb0781cbb-694321496.eu-west-2.elb.amazonaws.com"
43
43
44
44
environment : " remote" # "local", "remote"
0 commit comments