expressjs / compression

Node.js compression middleware
MIT License
2.77k stars 241 forks source link

Is compression working when node server is running on a container? #163

Closed DanDubinsky closed 4 years ago

DanDubinsky commented 5 years ago

We have the package working fine on local development machines (Mac Catalina), but it doesn't seem to compress anything when we deploy on Kubernetes in a container. The base container we are using is the standard node 10.16.3 from Docker Hub, but that's a rather minimal Linux distro and I'm wondering if there are some OS dependencies that we need to install.

dougwilson commented 5 years ago

I haven't had issues with this module inside kubernetes, personally, and there are no dependencies to install outside the module.

jonchurch commented 4 years ago

Closing as no response.