Skip to content

Commit

Permalink
perf: 文档中心链接根地址调整 TencentBlueKing#1429
Browse files Browse the repository at this point in the history
容器化values增加文档中心与问题反馈URL配置项,去除不再被使用的bk.helper.url配置项
  • Loading branch information
jsonwan committed Feb 3, 2023
1 parent c230738 commit 5c721c1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ public class JobManageConfig {
@Value("${job.web.url:}")
private String jobWebUrl;

@Value("${bk.helper.url:}")
private String bkHelperUrl;

@Value("${bk.doc.root:}")
private String bkDocRoot;

Expand Down
9 changes: 9 additions & 0 deletions support-files/kubernetes/charts/bk-job/VALUES_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,15 @@ fileWorkerConfig:
port: 19810
```

## 0.2.2-rc.7
1.增加文档中心与问题反馈URL配置项
```shell script
# 文档中心 url
bkDocsCenterUrl: "https://bk.tencent.com/docs"
# 问题反馈 url
bkFeedBackUrl: "https://bk.tencent.com/s-mart/community"
```

## 0.2.2-rc.1
1.增加权限中心系统ID配置:
```shell script
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ data:
max-request-size: 5GB
bk:
doc:
root:
root: {{ .Values.bkDocsCenterUrl }}
feedback:
root:
helper:
url:
root: {{ .Values.bkFeedBackUrl }}
job:
manage:
sync:
Expand Down
4 changes: 4 additions & 0 deletions support-files/kubernetes/charts/bk-job/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,10 @@ bkIamApiUrl: "http://bkiam-api.example.com"
bkRepoUrl: "http://bkrepo.example.com"
# 节点管理 url
bkNodemanUrl: "http://nodeman.example.com"
# 文档中心 url
bkDocsCenterUrl: "https://bk.tencent.com/docs"
# 问题反馈 url
bkFeedBackUrl: "https://bk.tencent.com/s-mart/community"

## 蓝鲸GSE参数配置
gse:
Expand Down
3 changes: 0 additions & 3 deletions support-files/templates/#etc#job#job-manage#job-manage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ bk:
feedback:
# 首页右上角问题反馈链接
root:
helper:
# 首页底部联系BK助手的跳转URL(可为企业微信URL)
url: wxwork://message?uin=8444252571319680
job:
manage:
sync:
Expand Down

0 comments on commit 5c721c1

Please sign in to comment.