-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathecs-proxies-deploy-internal-qa.yml
More file actions
32 lines (30 loc) · 1.17 KB
/
ecs-proxies-deploy-internal-qa.yml
File metadata and controls
32 lines (30 loc) · 1.17 KB
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
#docker_service_cpu: 256
#docker_service_memory: 512
docker_service:
- name: sds-api
expose: true
environment:
- name: SDS_LOG_LEVEL
value: NOTSET
- name: SDS_LDAP_SEARCH_BASE
value: ou=services,o=nhs
- name: SDS_LDAP_URL
value: ldap.vn1.national.ncrs.nhs.uk
- name: SDS_SPINE_CORE_ODS_CODE
value: "YES"
- name: USE_CPM
value: "0"
secrets:
- name: CPM_CLIENT_KEY
valueFrom: "/{{ account }}/api-deployment/{{ service_name }}/internal-qa/cpm-apikey"
- name: SDS_SECRET_CLIENT_KEY
valueFrom: "arn:aws:secretsmanager:eu-west-2:{{ PTL_ACCOUNT_ID }}:secret:ptl/cis/ldap.vn1.national.ncrs.nhs.uk/key"
- name: SDS_SECRET_CLIENT_CERT
valueFrom: "arn:aws:secretsmanager:eu-west-2:{{ PTL_ACCOUNT_ID }}:secret:ptl/cis/ldap.vn1.national.ncrs.nhs.uk/crt"
- name: SDS_SECRET_CA_CERTS
valueFrom: "arn:aws:secretsmanager:eu-west-2:{{ PTL_ACCOUNT_ID }}:secret:ptl/ca-certs/nhsd-ptl/sub-ca/crt"
- name: APIGEE_URL
valueFrom: "/{{ account }}/platform-common/egress/hosts/apigee-internal-qa"
health_check:
matcher: "200"
path: "/healthcheck"