Przeglądaj źródła

deploy qa/offline-process-charge:v1.0.39 运行环境test

datard 3 lat temu
rodzic
commit
a8f8d3d6af
1 zmienionych plików z 4 dodań i 5 usunięć
  1. 4 5
      deploy-tmp.yaml

+ 4 - 5
deploy-tmp.yaml

@@ -155,10 +155,9 @@ data:
     setup.dashboards.enabled: true
     setup.template.enabled: true
     output.elasticsearch:
-      username: ${ELASTICSEARCH_USERNAME}
-      password: ${ELASTICSEARCH_PASSWORD}
-      #hosts: ${ELASTICSEARCH_HOST}
-      hosts: ['${ELASTICSEARCH_HOST:elasticsearch}:${ELASTICSEARCH_PORT:9200}']
+      username: elastic
+      password: changeme
+      hosts: [elasticsearch:9200]
       index: "frontend-filebeat"
     setup.kibana:
-     host: '${KIBANA_HOST:kibana}:${KIBANA_PORT:5601}'
+     host: 'kibana:5601'