Skip to content

Commit 821faa2

Browse files
committed
fixing requests
1 parent c6010cb commit 821faa2

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

applications/virtual-fly-brain/deploy/values-dev.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ harness:
77
deployment:
88
auto: true
99
port: 8080
10-
resources:
11-
requests:
12-
memory: 1512Mi
13-
cpu: 500m
14-
limits:
15-
memory: 3048Mi
16-
cpu: 1000m
1710
dependencies:
1811
build:
1912
- cloudharness-base

applications/virtual-fly-brain/deploy/values.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ harness:
99
port: 8080
1010
resources:
1111
requests:
12-
memory: 1512Mi
13-
cpu: 500m
14-
limits:
15-
memory: 3048Mi
16-
cpu: 1000m
12+
memory: 256Mi
13+
cpu: 10m
1714
dependencies:
1815
build:
1916
- cloudharness-base

0 commit comments

Comments
 (0)