Merge pull request #13229 from a-robinson/fluent
Clean up the fluentd images to make them more debuggable
This commit is contained in:
@@ -169,14 +169,14 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: fluentd-cloud-logging
|
||||
image: gcr.io/google_containers/fluentd-gcp:1.11
|
||||
image: gcr.io/google_containers/fluentd-gcp:1.12
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 200Mi
|
||||
env:
|
||||
- name: FLUENTD_ARGS
|
||||
value: -qq
|
||||
value: -q
|
||||
volumeMounts:
|
||||
- name: varlog
|
||||
mountPath: /varlog
|
||||
|
Reference in New Issue
Block a user