Skip to content

Commit df2245a

Browse files
committed
feat: lowering DBs cpu resources (#1891)
(cherry picked from commit 07ba2b9)
1 parent 0a36758 commit df2245a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

helmfile.d/snippets/defaults.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1266,10 +1266,10 @@ environments:
12661266
replicas: 2
12671267
resources:
12681268
limits:
1269-
cpu: "1"
1269+
cpu: "200m"
12701270
memory: 192Mi
12711271
requests:
1272-
cpu: "1"
1272+
cpu: "200m"
12731273
memory: 192Mi
12741274
harbor:
12751275
imageName: null
@@ -1278,10 +1278,10 @@ environments:
12781278
coreDatabase: registry
12791279
resources:
12801280
limits:
1281-
cpu: "1"
1281+
cpu: "200m"
12821282
memory: 192Mi
12831283
requests:
1284-
cpu: "1"
1284+
cpu: "200m"
12851285
memory: 192Mi
12861286
gitea:
12871287
imageName: null
@@ -1291,10 +1291,10 @@ environments:
12911291
replicas: 2
12921292
resources:
12931293
limits:
1294-
cpu: "1"
1294+
cpu: "200m"
12951295
memory: 192Mi
12961296
requests:
1297-
cpu: "1"
1297+
cpu: "200m"
12981298
memory: 192Mi
12991299
obj:
13001300
provider:

0 commit comments

Comments
 (0)