Skip to content

Commit

Permalink
Merge pull request #1580 from jsonwan/3.6.x
Browse files Browse the repository at this point in the history
perf: 容器化-Job、InitContainer等资源增加resources限制参数 #1551
  • Loading branch information
jsonwan authored Dec 2, 2022
2 parents a611346 + 5921d1a commit caba5a3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions support-files/kubernetes/charts/bk-job/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ gatewayConfig:
hostAliases: []
resources:
limits:
cpu: 1024m
cpu: 900m
memory: 1Gi
requests:
cpu: 125m
Expand Down Expand Up @@ -753,7 +753,7 @@ manageConfig:
hostAliases: []
resources:
limits:
cpu: 1024m
cpu: 900m
memory: 1Gi
requests:
cpu: 125m
Expand Down Expand Up @@ -812,7 +812,7 @@ executeConfig:
hostAliases: []
resources:
limits:
cpu: 2048m
cpu: 900m
memory: 2Gi
requests:
cpu: 250m
Expand Down Expand Up @@ -864,7 +864,7 @@ crontabConfig:
hostAliases: []
resources:
limits:
cpu: 1024m
cpu: 900m
memory: 1Gi
requests:
cpu: 125m
Expand Down Expand Up @@ -925,7 +925,7 @@ logsvrConfig:
hostAliases: []
resources:
limits:
cpu: 1024m
cpu: 900m
memory: 1Gi
requests:
cpu: 125m
Expand Down Expand Up @@ -981,7 +981,7 @@ backupConfig:
hostAliases: []
resources:
limits:
cpu: 1024m
cpu: 900m
memory: 1Gi
requests:
cpu: 125m
Expand Down Expand Up @@ -1032,7 +1032,7 @@ analysisConfig:
hostAliases: []
resources:
limits:
cpu: 1024m
cpu: 900m
memory: 1Gi
requests:
cpu: 125m
Expand Down Expand Up @@ -1140,7 +1140,7 @@ fileWorkerConfig:
hostAliases: []
resources:
limits:
cpu: 1024m
cpu: 900m
memory: 1Gi
requests:
cpu: 125m
Expand Down Expand Up @@ -1216,7 +1216,7 @@ frontendConfig:
hostAliases: []
resources:
limits:
cpu: 1024m
cpu: 900m
memory: 1Gi
requests:
cpu: 125m
Expand Down Expand Up @@ -1277,7 +1277,7 @@ migration:
# 迁移任务资源限制
resources:
limits:
cpu: 1024m
cpu: 500m
memory: 1Gi

## migration的init任务配置
Expand All @@ -1293,7 +1293,7 @@ migrationInit:
pullPolicy: IfNotPresent
resources:
limits:
cpu: 1024m
cpu: 500m
memory: 1Gi

## 其他服务Pod等待migration完成的init任务配置
Expand All @@ -1309,5 +1309,5 @@ waitForMigration:
pullPolicy: IfNotPresent
resources:
limits:
cpu: 1024m
cpu: 500m
memory: 1Gi

0 comments on commit caba5a3

Please sign in to comment.