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