zh: Fix fluentd image (#16961)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8236e41ae5
commit
b3739ecf7a
@@ -6,14 +6,20 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
k8s-app: fluentd-logging
|
k8s-app: fluentd-logging
|
||||||
spec:
|
spec:
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
name: fluentd-elasticsearch
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
name: fluentd-elasticsearch
|
name: fluentd-elasticsearch
|
||||||
spec:
|
spec:
|
||||||
|
tolerations:
|
||||||
|
- key: node-role.kubernetes.io/master
|
||||||
|
effect: NoSchedule
|
||||||
containers:
|
containers:
|
||||||
- name: fluentd-elasticsearch
|
- name: fluentd-elasticsearch
|
||||||
image: gcr.io/fluentd-elasticsearch/fluentd:v2.5.1
|
image: quay.io/fluentd_elasticsearch/fluentd:v2.5.2
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 200Mi
|
memory: 200Mi
|
||||||
|
|||||||
Reference in New Issue
Block a user