fixup
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Colin 2024-04-21 15:43:59 -04:00
parent 0a893270e9
commit e5ae75c03d
1 changed files with 9 additions and 10 deletions

View File

@ -1,10 +1,7 @@
<store> <source>
@type "forward" @type forward
<server> port 24224
host "fluentd_fluentd" </source>
port 24224
</server>
</store>
<match **> <match **>
@type copy @type copy
@ -14,8 +11,10 @@
extra_labels {"job": "fluentd"} extra_labels {"job": "fluentd"}
</store> </store>
<store> <store>
@type forward @type "forward"
host fluentd_fluentd <server>
port 24224 host "fluentd_fluentd"
port 24224
</server>
</store> </store>
</match> </match>