Ver Fonte

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

yangxg há 4 anos atrás
pai
commit
3d4d875cbe
2 ficheiros alterados com 2 adições e 2 exclusões
  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
 ---