ZooKeeper HTTP port should be exposed by service so we can use prometheus (#143)
Fixes #142 ### Motivation Expose HTTP Port on ZooKeeper service so we can use Prometheus ### Modifications Bug fix to expose HTTP port on ZooKeeper service
This commit is contained in:
parent
c45813ffe5
commit
65dc68654b
@ -31,6 +31,9 @@ metadata:
|
|||||||
{{ toYaml .Values.zookeeper.service.annotations | indent 4 }}
|
{{ toYaml .Values.zookeeper.service.annotations | indent 4 }}
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
|
# prometheus needs to access /metrics endpoint
|
||||||
|
- name: http
|
||||||
|
port: {{ .Values.zookeeper.ports.http }}
|
||||||
- name: follower
|
- name: follower
|
||||||
port: {{ .Values.zookeeper.ports.follower }}
|
port: {{ .Values.zookeeper.ports.follower }}
|
||||||
- name: leader-election
|
- name: leader-election
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user