Skip to content

Commit 76aa430

Browse files
committed
get kibana up to speed with es
1 parent 90c9f7b commit 76aa430

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

cluster/addons/fluentd-elasticsearch/kibana-deployment.yaml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -20,36 +20,36 @@ spec:
2020
seccompProfile:
2121
type: RuntimeDefault
2222
containers:
23-
- name: kibana-logging
24-
image: docker.elastic.co/kibana/kibana-oss:7.2.0
25-
resources:
26-
# need more cpu upon initialization, therefore burstable class
27-
limits:
28-
cpu: 1000m
29-
requests:
30-
cpu: 100m
31-
env:
32-
- name: ELASTICSEARCH_HOSTS
33-
value: http://elasticsearch-logging:9200
34-
- name: SERVER_NAME
35-
value: kibana-logging
36-
- name: SERVER_BASEPATH
37-
value: /api/v1/namespaces/kube-system/services/kibana-logging/proxy
38-
- name: SERVER_REWRITEBASEPATH
39-
value: "false"
40-
ports:
41-
- containerPort: 5601
42-
name: ui
43-
protocol: TCP
44-
livenessProbe:
45-
httpGet:
46-
path: /api/status
47-
port: ui
48-
initialDelaySeconds: 5
49-
timeoutSeconds: 10
50-
readinessProbe:
51-
httpGet:
52-
path: /api/status
53-
port: ui
54-
initialDelaySeconds: 5
55-
timeoutSeconds: 10
23+
- name: kibana-logging
24+
image: docker.elastic.co/kibana/kibana-oss:7.4.2
25+
resources:
26+
# need more cpu upon initialization, therefore burstable class
27+
limits:
28+
cpu: 1000m
29+
requests:
30+
cpu: 100m
31+
env:
32+
- name: ELASTICSEARCH_HOSTS
33+
value: http://elasticsearch-logging:9200
34+
- name: SERVER_NAME
35+
value: kibana-logging
36+
- name: SERVER_BASEPATH
37+
value: /api/v1/namespaces/kube-system/services/kibana-logging/proxy
38+
- name: SERVER_REWRITEBASEPATH
39+
value: "false"
40+
ports:
41+
- containerPort: 5601
42+
name: ui
43+
protocol: TCP
44+
livenessProbe:
45+
httpGet:
46+
path: /api/status
47+
port: ui
48+
initialDelaySeconds: 5
49+
timeoutSeconds: 10
50+
readinessProbe:
51+
httpGet:
52+
path: /api/status
53+
port: ui
54+
initialDelaySeconds: 5
55+
timeoutSeconds: 10

0 commit comments

Comments
 (0)