File tree Expand file tree Collapse file tree 1 file changed +33
-33
lines changed
cluster/addons/fluentd-elasticsearch Expand file tree Collapse file tree 1 file changed +33
-33
lines changed Original file line number Diff line number Diff line change @@ -20,36 +20,36 @@ spec:
20
20
seccompProfile :
21
21
type : RuntimeDefault
22
22
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
You can’t perform that action at this time.
0 commit comments