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:
Frank Kelly 2021-08-26 02:13:47 -04:00 committed by GitHub
parent c45813ffe5
commit 65dc68654b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,9 @@ metadata:
{{ toYaml .Values.zookeeper.service.annotations | indent 4 }}
spec:
ports:
# prometheus needs to access /metrics endpoint
- name: http
port: {{ .Values.zookeeper.ports.http }}
- name: follower
port: {{ .Values.zookeeper.ports.follower }}
- name: leader-election