Skip to content

Commit

Permalink
Merge pull request TencentBlueKing#11203 from stubenhuang/issue-11202
Browse files Browse the repository at this point in the history
feat: 修复开源版启动问题 TencentBlueKing#11202
  • Loading branch information
mingshewhe authored Nov 11, 2024
2 parents 1d18f27 + f05f575 commit 82e9fae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions helm-charts/core/ci/base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ rbac:
enabled: true
serviceAccount: bkci
clusterRole:
enabled: false
enabled: true
clusterRoleBinding:
enabled: false
enabled: true

## Add labels to all the deployed resources
commonLabels: {}
Expand Down
7 changes: 4 additions & 3 deletions support-files/templates/#etc#ci#common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ spring:
# spring cloud stream 配置,common-stream
stream:
binders:
rabbit:
type: core-rabbit
core-rabbit:
type: rabbit
environment:
spring:
rabbitmq:
virtual-host: __BK_CI_RABBITMQ_VHOST__
username: __BK_CI_RABBITMQ_USER__
password: __BK_CI_RABBITMQ_PASSWORD__
addresses: __BK_CI_RABBITMQ_ADDR__
type: extend-rabbit
extend-rabbit:
type: rabbit
environment:
spring:
rabbitmq:
Expand Down

0 comments on commit 82e9fae

Please sign in to comment.