Browse Source

deploy qa/kibana:1.0

yangxg 4 years ago
parent
commit
888fdc256f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      deploy-tmp.yaml

+ 4 - 0
deploy-tmp.yaml

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