-
Notifications
You must be signed in to change notification settings - Fork 7
/
ci-tests-values.yaml
42 lines (37 loc) · 1.09 KB
/
ci-tests-values.yaml
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
40
41
42
aadIdentityName: someId
testsConfig:
keyVaults:
"cmc":
excludeEnvironmentSuffix: false
secretRef: "kvcreds"
secrets:
smoke-test-citizen-username: SMOKE_TEST_CITIZEN_USER
smoke-test-user-password: SMOKE_TEST_CITIZEN_PASS
serviceAccountName: tests-service-account
environment:
TEST_URL: http://plum-recipe-backend-java
smoketests:
image: hmctspublic.azurecr.io/spring-boot/template-test
enabled: true
environment:
TEST_URL: http://plum-recipe-backend-java-overridden
functionaltests:
image: hmctspublic.azurecr.io/spring-boot/template-test
enabled: true
smoketestscron:
schedule: "20 0/3 * * *"
image: hmctspublic.azurecr.io/spring-boot/template-test
enabled: true
environment:
TEST_URL: http://plum-recipe-backend-java-overridden2
functionaltestscron:
schedule: "30 0/6 * * *"
image: hmctspublic.azurecr.io/spring-boot/template-test
enabled: true
environment:
TEST_URL: http://plum-recipe-backend-java-overridden2
SOME_ENV: some-val
memoryRequests: '512Mi'
cpuRequests: '300m'
memoryLimits: '2048Mi'
cpuLimits: '2000m'