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:
parent
5985b61286
commit
9cefc2c334
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user