Browse Source

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

yangxg 4 years ago
parent
commit
4b2a9e37cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deploy-tmp-kibana.yaml

+ 1 - 1
deploy-tmp-kibana.yaml

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