Skip to content

Commit

Permalink
modify broker cmpd yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Rookie committed Oct 23, 2024
1 parent 082bef5 commit 3df7f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/pulsar/templates/cmpd-broker-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ spec:
- name: brokerServiceUrl
value: pulsar://$(CLUSTER_NAME)-broker-bootstrap.$(CLUSTER_NAMESPACE).svc.$(CLUSTER_DOMAIN):6650
- name: clusterName
value: $(KB_NAMESPACE)-$(KB_CLUSTER_COMP_NAME)
value: $(CLUSTER_NAMESPACE)-$(BROKER_COMPONENT_NAME)
- name: webServiceUrl
value: http://$(CLUSTER_NAME)-broker-bootstrap.$(CLUSTER_NAMESPACE).svc.$(CLUSTER_DOMAIN):80
- name: POD_NAME
Expand Down
2 changes: 1 addition & 1 deletion addons/pulsar/templates/cmpd-broker-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ spec:
- name: brokerServiceUrl
value: pulsar://$(CLUSTER_NAME)-broker-bootstrap.$(CLUSTER_NAMESPACE).svc.$(CLUSTER_DOMAIN):6650
- name: clusterName
value: $(KB_NAMESPACE)-$(KB_CLUSTER_COMP_NAME)
value: $(CLUSTER_NAMESPACE)-$(BROKER_COMPONENT_NAME)
- name: webServiceUrl
value: http://$(CLUSTER_NAME)-broker-bootstrap.$(CLUSTER_NAMESPACE).svc.$(CLUSTER_DOMAIN):80
- name: POD_NAME
Expand Down

0 comments on commit 3df7f29

Please sign in to comment.