Skip to content

Commit 89fd36d

Browse files
authored
attempt to put in more default values for more happy path (#32)
1 parent 39ad21a commit 89fd36d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

charts/cht-chart-4x/values.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"
33
chtversion: 4.10.0
44
# cht_image_tag: 4.1.1-4.1.1 #- This is filled in automatically by the deploy script. Don't uncomment this line.
55

@@ -18,9 +18,9 @@ upgrade_service:
1818
# CouchDB Settings
1919
couchdb:
2020
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`
2424
clusteredCouch_enabled: false
2525
couchdb_node_storage_size: 100Mi
2626
clusteredCouch:
@@ -34,11 +34,11 @@ ingress:
3434
annotations:
3535
groupname: "dev-cht-alb"
3636
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"
3838
# Ensure the host is not already taken. Valid characters for a subdomain are:
3939
# 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"
4242
load_balancer: "dualstack.k8s-devchtalb-3eb0781cbb-694321496.eu-west-2.elb.amazonaws.com"
4343

4444
environment: "remote" # "local", "remote"

0 commit comments

Comments
 (0)