Skip to content

Commit

Permalink
Merge pull request TencentBlueKing#1579 from jsonwan/github_perf/k8s
Browse files Browse the repository at this point in the history
perf: 容器化-Job、InitContainer等资源增加resources限制参数 TencentBlueKing#1551
  • Loading branch information
wangyu096 authored Dec 2, 2022
2 parents c3aa04f + 4cdb0ac commit 1a268fb
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 @@ -654,7 +654,7 @@ gatewayConfig:
hostAliases: []
resources:
limits:
cpu: 1024m
cpu: 900m
memory: 1Gi
requests:
cpu: 125m
Expand Down Expand Up @@ -743,7 +743,7 @@ manageConfig:
hostAliases: []
resources:
limits:
cpu: 1024m
cpu: 900m
memory: 1Gi
requests:
cpu: 125m
Expand Down Expand Up @@ -802,7 +802,7 @@ executeConfig:
hostAliases: []
resources:
limits:
cpu: 2048m
cpu: 900m
memory: 2Gi
requests:
cpu: 250m
Expand Down Expand Up @@ -854,7 +854,7 @@ crontabConfig:
hostAliases: []
resources:
limits:
cpu: 1024m
cpu: 900m
memory: 1Gi
requests:
cpu: 125m
Expand Down Expand Up @@ -915,7 +915,7 @@ logsvrConfig:
hostAliases: []
resources:
limits:
cpu: 1024m
cpu: 900m
memory: 1Gi
requests:
cpu: 125m
Expand Down Expand Up @@ -971,7 +971,7 @@ backupConfig:
hostAliases: []
resources:
limits:
cpu: 1024m
cpu: 900m
memory: 1Gi
requests:
cpu: 125m
Expand Down Expand Up @@ -1022,7 +1022,7 @@ analysisConfig:
hostAliases: []
resources:
limits:
cpu: 1024m
cpu: 900m
memory: 1Gi
requests:
cpu: 125m
Expand Down Expand Up @@ -1124,7 +1124,7 @@ fileWorkerConfig:
hostAliases: []
resources:
limits:
cpu: 1024m
cpu: 900m
memory: 1Gi
requests:
cpu: 125m
Expand Down Expand Up @@ -1198,7 +1198,7 @@ frontendConfig:
hostAliases: []
resources:
limits:
cpu: 1024m
cpu: 900m
memory: 1Gi
requests:
cpu: 125m
Expand Down Expand Up @@ -1259,7 +1259,7 @@ migration:
# 迁移任务资源限制
resources:
limits:
cpu: 1024m
cpu: 500m
memory: 1Gi

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

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

0 comments on commit 1a268fb

Please sign in to comment.