|
1 |
| -kubernetes: |
| 1 | +sre-provisioning: |
2 | 2 | base:
|
| 3 | + environment: stable |
| 4 | + imageRepository: 558830342743.dkr.ecr.us-east-1.amazonaws.com |
| 5 | + namespace: checkout-ui-tests-stable |
3 | 6 | repoName: checkout-ui-tests
|
4 | 7 | repoOrg: vtex
|
5 |
| - imageRepository: 558830342743.dkr.ecr.us-east-1.amazonaws.com |
6 |
| - environment: stable |
7 | 8 | secretsManager:
|
8 | 9 | enabled: true
|
9 | 10 | secretsName: stable/checkout-ui-tests/checkout-ui-tests
|
10 |
| - version: 0.19.1 |
| 11 | + version: 0.19.10 |
11 | 12 | apps:
|
12 |
| - - name: checkout-tests-cronjob |
13 |
| - kind: cronjob |
14 |
| - schedule: '* * * * *' |
15 |
| - activeDeadlineSeconds: 2400 |
16 |
| - startingDeadlineSeconds: 6000 |
| 13 | + - activeDeadlineSeconds: 2400 |
| 14 | + command: |
| 15 | + - yarn |
| 16 | + - test |
| 17 | + dockerfile: ./dockerfiles/stable/Dockerfile |
17 | 18 | envs:
|
18 | 19 | - name: VTEX_ENV
|
19 | 20 | value: stable
|
20 | 21 | - name: HORUS_PROXY_KEY
|
21 | 22 | valueFrom:
|
22 | 23 | secretKeyRef:
|
23 |
| - name: checkout-ui-tests |
24 | 24 | key: HORUS_PROXY_KEY
|
| 25 | + name: checkout-ui-tests |
25 | 26 | optional: false
|
26 | 27 | - name: HORUS_COGNITO_CREDENTIALS
|
27 | 28 | valueFrom:
|
28 | 29 | secretKeyRef:
|
29 |
| - name: checkout-ui-tests |
30 | 30 | key: HORUS_COGNITO_CREDENTIALS
|
| 31 | + name: checkout-ui-tests |
31 | 32 | optional: false
|
32 | 33 | - name: CYPRESS_APP_KEY
|
33 | 34 | valueFrom:
|
34 | 35 | secretKeyRef:
|
35 |
| - name: checkout-ui-tests |
36 | 36 | key: APP_KEY
|
| 37 | + name: checkout-ui-tests |
37 | 38 | optional: false
|
38 | 39 | - name: CYPRESS_APP_TOKEN
|
39 | 40 | valueFrom:
|
40 | 41 | secretKeyRef:
|
41 |
| - name: checkout-ui-tests |
42 | 42 | key: APP_TOKEN
|
| 43 | + name: checkout-ui-tests |
43 | 44 | optional: false
|
44 | 45 | - name: CYPRESS_RECORD_KEY
|
45 | 46 | valueFrom:
|
46 | 47 | secretKeyRef:
|
47 |
| - name: checkout-ui-tests |
48 | 48 | key: RECORD_KEY
|
| 49 | + name: checkout-ui-tests |
49 | 50 | optional: false
|
50 |
| - dockerfile: ./dockerfiles/stable/Dockerfile |
51 |
| - imageRepoName: healthcheck/webtests/checkout |
52 | 51 | imagePullPolicy: Always
|
53 |
| - command: |
54 |
| - - yarn |
55 |
| - - test |
56 |
| - volumes: |
57 |
| - - name: dshm |
58 |
| - mountPath: /dev/shm |
59 |
| - serviceAccount: |
60 |
| - arn: arn:aws:iam::558830342743:role/s3-healthcheck-io |
| 52 | + imageRepoName: healthcheck/webtests/checkout |
| 53 | + kind: cronjob |
| 54 | + name: checkout-tests-cronjob |
61 | 55 | resources:
|
62 |
| - requests: |
| 56 | + limits: |
63 | 57 | cpu: 2
|
64 | 58 | memory: 2Gi
|
65 |
| - limits: |
| 59 | + requests: |
66 | 60 | cpu: 2
|
67 | 61 | memory: 2Gi
|
| 62 | + schedule: '* * * * *' |
| 63 | + serviceAccount: |
| 64 | + arn: arn:aws:iam::558830342743:role/s3-healthcheck-io |
| 65 | + startingDeadlineSeconds: 6000 |
| 66 | + volumes: |
| 67 | + - mountPath: /dev/shm |
| 68 | + name: dshm |
0 commit comments