You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not particularly fond of using process managers like supervisord to host multiple services in the same container. In general, I think a sidecar container would be preferable (even though in this case, the sidecar would need to have access to Varnish's shared memory segment -- and I'm not sure how well that would work out. We've had earlier discussions about that btw, for example in #8).
I have this working, by using the extraContainers, wouldn't be too hard of a stretch to add this to the chart with config to enable/disable and allow for logFormat to be overridden.
Hello,
Is there an estimated timeline for this to be reviewed? Additionally, I am interested in adding Fluentbit/opensearch/ELK support. I’m happy to create a separate PR for that if needed, but it seems like this PR hasn't been checked by any maintainers yet.
Either run supervisord as Docker entry, to start varnishnsca:
Example:
https://github.com/globalgiving/docker-varnish-logging
Or better run varnishnsca via sidecar as Option in the Helm chart.
The text was updated successfully, but these errors were encountered: