You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by in...@apache.org on 2019/10/22 05:58:21 UTC

[skywalking-kubernetes] 05/48: Update 03-statefulset.yml

This is an automated email from the ASF dual-hosted git repository.

innerpeacez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit fe66a754b6820628ee68fe5c8f6329f6781ac8b7
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Mon Nov 5 15:31:50 2018 +0800

    Update 03-statefulset.yml
    
    Improve discovery config
---
 scripts/elasticsearch/03-statefulset.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/elasticsearch/03-statefulset.yml b/scripts/elasticsearch/03-statefulset.yml
index 60b827a..6c6e3a4 100644
--- a/scripts/elasticsearch/03-statefulset.yml
+++ b/scripts/elasticsearch/03-statefulset.yml
@@ -97,7 +97,7 @@ spec:
                 fieldPath: metadata.name
           # NOTE: This will tell the elasticsearch node where to connect to other nodes to form a cluster
           - name: discovery.zen.ping.unicast.hosts
-            value: "elasticsearch-0.elasticsearch.skywalking.svc.cluster.local,elasticsearch-1.elasticsearch.skywalking.svc.cluster.local,elasticsearch-2.elasticsearch.skywalking.svc.cluster.local"
+            value: elasticsearch:9300
           # NOTE: You can increase the heap size
           - name: ES_JAVA_OPTS
             value: -Xms4g -Xmx4g