mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Update the fluentd sidecar example yaml files to use the 1.2 version.
I missed this in #11721.
This commit is contained in:
parent
54c1e391b2
commit
081466918e
@ -13,7 +13,7 @@ spec:
|
||||
- name: log-storage
|
||||
mountPath: /var/log
|
||||
- name: sidecar-log-collector
|
||||
image: gcr.io/google_containers/fluentd-sidecar-es:1.1
|
||||
image: gcr.io/google_containers/fluentd-sidecar-es:1.2
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
@ -13,7 +13,7 @@ spec:
|
||||
- name: log-storage
|
||||
mountPath: /var/log
|
||||
- name: sidecar-log-collector
|
||||
image: gcr.io/google_containers/fluentd-sidecar-gcp:1.1
|
||||
image: gcr.io/google_containers/fluentd-sidecar-gcp:1.2
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
Loading…
Reference in New Issue
Block a user