Skip to content

Commit 3bdf2fc

Browse files
committed
config: Leave out fluentd buffer properties
Externally defined.
1 parent 6781897 commit 3bdf2fc

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

config/schemas/config.yaml

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -510,43 +510,6 @@ properties:
510510
affinity:
511511
$ref: '#/$defs/affinity'
512512
buffer:
513-
properties:
514-
chunkLimitSize:
515-
default: 50MB
516-
type: string
517-
flushInterval:
518-
default: 15m
519-
type: string
520-
flushMode:
521-
default: interval
522-
type: string
523-
flushThreadBurstInterval:
524-
default: 0.2
525-
type: number
526-
flushThreadCount:
527-
default: 4
528-
type: number
529-
retryForever:
530-
default: true
531-
type: boolean
532-
retryMaxInterval:
533-
default: 30
534-
type: number
535-
retryType:
536-
default: exponential_backoff
537-
type: string
538-
timekey:
539-
default: 10m
540-
type: string
541-
timekeyUseUtc:
542-
default: true
543-
type: boolean
544-
timekeyWait:
545-
default: 1m
546-
type: string
547-
totalLimitSize:
548-
default: 9GB
549-
type: string
550513
type: object
551514
nodeSelector:
552515
default: ""
@@ -609,13 +572,6 @@ properties:
609572
affinity:
610573
$ref: '#/$defs/affinity'
611574
buffer:
612-
properties:
613-
chunkLimitSize:
614-
default: 256MB
615-
type: string
616-
totalLimitSize:
617-
default: 20GB
618-
type: string
619575
type: object
620576
livenessThresholdSeconds:
621577
default: 900

0 commit comments

Comments
 (0)