Browse Source

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

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

+ 2 - 2
deploy-tmp-kibana.yaml

@@ -33,8 +33,6 @@ spec:
         app: kibana
     spec:
       terminationGracePeriodSeconds: 180
-      config:
-          i18n.locale: zh-CN
       containers:
         - name: kibana
           image: docker.elastic.co/kibana/kibana:7.6.2
@@ -46,6 +44,8 @@ spec:
           env:
             - name: ELASTICSEARCH_HOSTS
               value: http://elasticsearch:9200
+            - name: i18n.locale
+              value: zh-CN
           ports:
             - containerPort: 5601
 ---