This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
The following commit(s) were added to refs/heads/main by this push:
new 77102f1 Adjust configuration and add missing ES config in oap
deployment
77102f1 is described below
commit 77102f1bcfa2adc5e7e7b456bf55e3946817edbd
Author: kezhenxu94 <[email protected]>
AuthorDate: Sat Nov 12 11:54:13 2022 +0800
Adjust configuration and add missing ES config in oap deployment
---
deploy/platform/kubernetes/feature-cluster/resources.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/deploy/platform/kubernetes/feature-cluster/resources.yaml
b/deploy/platform/kubernetes/feature-cluster/resources.yaml
index 0357afb..08b0007 100644
--- a/deploy/platform/kubernetes/feature-cluster/resources.yaml
+++ b/deploy/platform/kubernetes/feature-cluster/resources.yaml
@@ -200,7 +200,7 @@ spec:
# @feature: istiod-monitor; enable rules to analyze Istio
control plane metrics
# @feature: mysql; enable mysql rules to analyze MySQL metrics
# @feature: apisix-monitor; enable APISIX rules to analyze
APISIX metrics
- value: vm,oap,k8s/*,istio-controlplane,mysql/*,postgresql,apisix
+ value:
vm,oap,k8s/*,istio-controlplane,mysql/*,postgresql/*,apisix
- name: SW_STORAGE
value: elasticsearch
- name: SW_STORAGE_ES_CLUSTER_NODES
@@ -229,6 +229,8 @@ spec:
value: "6"
- name: SW_STORAGE_ES_SUPER_DATASET_INDEX_SHARDS_FACTOR
value: "2"
+ - name: SW_STORAGE_ES_INDEX_REPLICAS_NUMBER
+ value: "0"
volumeMounts:
- name: config-volume
mountPath: /skywalking/ext-config