Skip to content

Commit

Permalink
Merge pull request #1844 from eumel8/fix/fluentbit-ipv6
Browse files Browse the repository at this point in the history
fix fluentbit ipv6 listen address
  • Loading branch information
pepov authored Nov 12, 2024
2 parents 39b50fe + de31710 commit 959c254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/fluentbit/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var fluentBitConfigTemplate = `
Coro_Stack_Size {{ .CoroStackSize }}
{{- if .Monitor.Enabled }}
HTTP_Server On
HTTP_Listen 0.0.0.0
HTTP_Listen [::]
HTTP_Port {{ .Monitor.Port }}
{{- end }}
{{- range $key, $value := .BufferStorage }}
Expand Down

0 comments on commit 959c254

Please sign in to comment.