itemengine-cypress-automation 1.0.561 → 1.0.562

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/service.yaml +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.561",
3
+ "version": "1.0.562",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/service.yaml CHANGED
@@ -16,11 +16,11 @@ deployment:
16
16
  cmd: /ie-e2e/run.sh
17
17
  resources:
18
18
  limits:
19
- memory: 4096Mi
20
- cpu: 5000m
19
+ memory: 8Gi
20
+ cpu: 5
21
21
  requests:
22
- memory: 4096Mi
23
- cpu: 2000m
22
+ memory: 8Gi
23
+ cpu: 2
24
24
  egress:
25
25
  FQDNs:
26
26
  - "*.content-nonprod.imaginelearning.com"