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

tanjian pushed a commit to branch fix_wrong_place
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git

commit ff43e3150cc5d70280c59ff506ce8296974f983a
Author: JaredTan95 <jian....@daocloud.io>
AuthorDate: Wed Nov 17 14:13:54 2021 +0800

    fix SW_STORAGE_ES_INDEX_REPLICAS_NUMBER wrong place.
---
 deploy/platform/kubernetes/feature-cluster/resources.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deploy/platform/kubernetes/feature-cluster/resources.yaml 
b/deploy/platform/kubernetes/feature-cluster/resources.yaml
index 61fafa2..c7bc02a 100644
--- a/deploy/platform/kubernetes/feature-cluster/resources.yaml
+++ b/deploy/platform/kubernetes/feature-cluster/resources.yaml
@@ -134,6 +134,8 @@ spec:
               value: elasticsearch
             - name: SW_STORAGE_ES_CLUSTER_NODES
               value: elasticsearch:9200
+            - name: SW_STORAGE_ES_INDEX_REPLICAS_NUMBER
+              value: "0"
             - name: SW_TELEMETRY
               value: prometheus
 
@@ -205,8 +207,6 @@ spec:
               value: elasticsearch
             - name: SW_STORAGE_ES_CLUSTER_NODES
               value: elasticsearch:9200
-            - name: SW_STORAGE_ES_INDEX_REPLICAS_NUMBER
-              value: "0"
             - name: SW_TELEMETRY
               value: prometheus # @feature: so11y; expose the metrics of self 
o11y through prometheus
             - name: SW_ENVOY_METRIC_ALS_HTTP_ANALYSIS

Reply via email to