michaeljmarshall commented on code in PR #249:
URL: https://github.com/apache/pulsar-helm-chart/pull/249#discussion_r998547875
##########
charts/pulsar/templates/pulsar-manager-service.yaml:
##########
@@ -21,7 +21,7 @@
apiVersion: v1
kind: Service
metadata:
- name: "{{ template "pulsar.fullname" . }}-{{
.Values.pulsar_manager.component }}"
+ name: "{{ template "pulsar.fullname" . }}-{{
.Values.pulsar_manager.component }}-frontend"
Review Comment:
Changing this service name might break existing integrations. Can we leave
it as is in this PR?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]