소스 검색

更新 'deploy-tmp.yaml'

yangxg 3 년 전
부모
커밋
524c8a4d07
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      deploy-tmp.yaml

+ 2 - 0
deploy-tmp.yaml

@@ -12,6 +12,8 @@ data:
     setup.template.name: "filebeat"
     setup.template.pattern: "filebeat-*"
     output.elasticsearch:
+      username: ${ELASTICSEARCH_USERNAME}
+      password: ${ELASTICSEARCH_PASSWORD}
       hosts: ["{{ .Values.elastricsearch.addr }}"]
       index: "frontend-filebeat"
 ---