File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed
cluster/addons/fluentd-elasticsearch Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 86
86
- containerPort : 9300
87
87
name : transport
88
88
protocol : TCP
89
+ livenessProbe :
90
+ tcpSocket :
91
+ port : transport
92
+ initialDelaySeconds : 5
93
+ timeoutSeconds : 10
94
+ readinessProbe :
95
+ tcpSocket :
96
+ port : transport
97
+ initialDelaySeconds : 5
98
+ timeoutSeconds : 10
89
99
volumeMounts :
90
100
- name : elasticsearch-logging
91
101
mountPath : /data
Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ data:
473
473
retry_forever
474
474
retry_max_interval 30
475
475
chunk_limit_size 2M
476
- queue_limit_length 8
476
+ total_limit_size 500M
477
477
overflow_action block
478
478
</buffer>
479
479
</match>
Original file line number Diff line number Diff line change 89
89
readOnly : true
90
90
- name : config-volume
91
91
mountPath : /etc/fluent/config.d
92
+ ports :
93
+ - containerPort : 24231
94
+ name : prometheus
95
+ protocol : TCP
96
+ livenessProbe :
97
+ tcpSocket :
98
+ port : prometheus
99
+ initialDelaySeconds : 5
100
+ timeoutSeconds : 10
101
+ readinessProbe :
102
+ tcpSocket :
103
+ port : prometheus
104
+ initialDelaySeconds : 5
105
+ timeoutSeconds : 10
92
106
terminationGracePeriodSeconds : 30
93
107
volumes :
94
108
- name : varlog
You can’t perform that action at this time.
0 commit comments