Skip to content

Commit 0cd243b

Browse files
committed
Remove redundant CPU limit from configuration files
1 parent 7a22ba3 commit 0cd243b

File tree

4 files changed

+4
-19
lines changed

4 files changed

+4
-19
lines changed

.github/workflows/app.testnorge-statisk-data-forvalter.yml

+1-16
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
name: testnorge-statisk-data-forvalter
22

33
on:
4-
push:
5-
paths:
6-
- "plugins/**"
7-
- "libs/avro-schema/**"
8-
- "libs/commands/**"
9-
- "libs/csv-converter/**"
10-
- "libs/data-transfer-objects/**"
11-
- "libs/database/**"
12-
- "libs/kafka-config/**"
13-
- "libs/kafka-producers/**"
14-
- "libs/security-core/**"
15-
- "libs/servlet-core/**"
16-
- "libs/servlet-security/**"
17-
- "libs/testing/**"
18-
- "apps/testnorge-statisk-data-forvalter/**"
19-
- ".github/workflows/app.testnorge-statisk-data-forvalter.yml"
4+
workflow_dispatch:
205

216
jobs:
227
workflow:

apps/pdl-forvalter/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
max: 10
4949
resources:
5050
requests:
51-
cpu: 50m
51+
cpu: 100m
5252
memory: 2048Mi
5353
limits:
5454
memory: 4096Mi

apps/person-service/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
max: 1
6565
resources:
6666
requests:
67-
cpu: 20m
67+
cpu: 50m
6868
memory: 900Mi
6969
limits:
7070
memory: 2048Mi

apps/testnav-ident-pool/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
max: 1
5151
resources:
5252
requests:
53-
cpu: 30m
53+
cpu: 50m
5454
memory: 2048Mi
5555
limits:
5656
memory: 4096Mi

0 commit comments

Comments
 (0)