timescale / helm-charts

Configuration and Documentation to run TimescaleDB in your Kubernetes cluster
Apache License 2.0
263 stars 223 forks source link

Need ability to insert sidecar container to get postgres logs at /var/lib/postgresql/data/log #553

Open kristaum opened 1 year ago

kristaum commented 1 year ago

What is missing? Need to be able to insert extra containers to statefulset on timescaledb-single chart

Why do we need it? I need to get logs from /var/lib/postgresql/data/log and ship to our centralized log solution

Anything else we need to know?: Since I'm using EKS and mounting on EBS I can only use accessMode ReadWriteOnce, so I cannot use a second pod to and share same PVC