Răsfoiți Sursa

可以通过脚本部署,zk/es/kibana

yangxg 4 ani în urmă
părinte
comite
3d4d875cbe
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      deploy-tmp-elasticsearch.yaml
  2. 1 1
      deploy-tmp-kibana.yaml

+ 1 - 1
deploy-tmp-elasticsearch.yaml

@@ -122,5 +122,5 @@ spec:
         paths:
           - path: /
             backend:
-              serviceName: elasticsearch-svc
+              serviceName: elasticsearch-expose
               servicePort: 80

+ 1 - 1
deploy-tmp-kibana.yaml

@@ -43,7 +43,7 @@ spec:
               cpu: 1000m
           env:
             - name: ELASTICSEARCH_HOSTS
-              value: http://elasticsearch:9200
+              value: http://qa-elasticsearch.ieasou.cn
           ports:
             - containerPort: 5601
 ---