feat: publishing infernet-container-starter v0.1.0

This commit is contained in:
ritual-all
2024-03-29 10:49:24 -04:00
commit 41aaa152e6
24 changed files with 1135 additions and 0 deletions

38
deploy/fluent-bit.conf Normal file
View File

@ -0,0 +1,38 @@
[SERVICE]
Flush 1
Daemon Off
Log_Level info
storage.path /tmp/fluentbit.log
storage.sync normal
storage.checksum on
storage.backlog.mem_limit 5M
[INPUT]
Name forward
Listen 0.0.0.0
Port 24224
Storage.type filesystem
[OUTPUT]
name stdout
match *
[OUTPUT]
Name pgsql
Match stats.node
Host meta-sink.ritual.net
Port 5432
User append_only_user
Password ogy29Z4mRCLfpup*9fn6
Database postgres
Table node_stats
[OUTPUT]
Name pgsql
Match stats.live
Host meta-sink.ritual.net
Port 5432
User append_only_user
Password ogy29Z4mRCLfpup*9fn6
Database postgres
Table live_stats