Elasticsearch: Remove LoadBalancer type service

This fixes the elasticsearch-logging service by removing the
LoadBalancer type configuration from the service template. This
was mistakenly added in a previous change

Change-Id: Id2f866147c2dcccc10c83bd54094d54cf3bd227b
This commit is contained in:
Steve Wilkerson 2019-05-21 12:59:20 -05:00
parent 5985b61286
commit 9cefc2c334

View File

@ -28,7 +28,6 @@ spec:
{{- if .Values.network.elasticsearch.node_port.enabled }}
nodePort: {{ .Values.network.elasticsearch.node_port.port }}
{{- end }}
type: LoadBalancer
selector:
{{ tuple $envAll "elasticsearch" "client" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}
{{- if .Values.network.elasticsearch.node_port.enabled }}