Commit 55a6403e authored by Jeremy Roberts's avatar Jeremy Roberts Committed by David McKay

Opening 8088 even if enterprise not not enabled.

parent 598a5977
...@@ -70,9 +70,9 @@ spec: ...@@ -70,9 +70,9 @@ spec:
- name: opentsdb - name: opentsdb
containerPort: {{ .Values.config.opentsdb.bind_address | default 4242 }} containerPort: {{ .Values.config.opentsdb.bind_address | default 4242 }}
{{- end }} {{- end }}
{{- if .Values.enterprise.enabled }}
- name: rpc - name: rpc
containerPort: {{ .Values.config.rpc.bind_address | default 8088 }} containerPort: {{ .Values.config.rpc.bind_address | default 8088 }}
{{- if .Values.enterprise.enabled }}
- name: meta - name: meta
containerPort: {{ .Values.config.meta.bind_address | default 8091 }} containerPort: {{ .Values.config.meta.bind_address | default 8091 }}
{{- end }} {{- end }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment