mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix elastic DNS information output. (#8131)
Signed-off-by: Matt Schuchard <grapheneowns@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
2bb0fa3a75
commit
2c4c2cb360
@@ -1,6 +1,6 @@
|
||||
name: elasticsearch
|
||||
home: https://www.elastic.co/products/elasticsearch
|
||||
version: 1.9.1
|
||||
version: 1.9.2
|
||||
appVersion: 6.4.2
|
||||
description: Flexible and powerful open source, distributed real-time search and analytics
|
||||
engine.
|
||||
|
||||
@@ -4,7 +4,7 @@ Elasticsearch can be accessed:
|
||||
|
||||
* Within your cluster, at the following DNS name at port 9200:
|
||||
|
||||
{{ template "elasticsearch.client.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local
|
||||
{{ template "elasticsearch.client.fullname" . }}.{{ .Release.Namespace }}.svc
|
||||
|
||||
* From outside the cluster, run these commands in the same shell:
|
||||
{{- if contains "NodePort" .Values.client.serviceType }}
|
||||
|
||||
Reference in New Issue
Block a user