Skip to content

Commit

Permalink
feat: 支持蓝鲸文档中心地址配置 TencentBlueKing#2638
Browse files Browse the repository at this point in the history
* feat: 支持版本日志 TencentBlueKing#2638

* feat: 支持版本日志 TencentBlueKing#2638

* feat: 支持蓝鲸文档中心地址配置 TencentBlueKing#2638
  • Loading branch information
owenlxu authored Oct 11, 2024
1 parent b494c2b commit 33e5afb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ spec:
value: {{ .Values.gateway.helmHost }}
- name: BK_REPO_PAAS_FQDN
value: {{ .Values.gateway.bkPaasUrl }}
- name: BK_REPO_DOCS_FQDN
value: {{ .Values.bkDocsCenterUrl }}
- name: BK_REPO_PAAS_LOGIN_URL
value: {{ .Values.gateway.bkLoginUrl }}
- name: BK_REPO_SSM_IP0
Expand Down
3 changes: 3 additions & 0 deletions support-files/kubernetes/charts/bkrepo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ bkDomainScheme: http
## 是否强制跳转https配置
forceHttps: false

## 蓝鲸文档中心地址
bkDocsCenterUrl:

## 日志采集配置
bkLogConfig:
enabled: false
Expand Down

0 comments on commit 33e5afb

Please sign in to comment.