Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storage continues increasing after disable it #156

Closed
jnm733 opened this issue Mar 22, 2024 · 2 comments
Closed

Storage continues increasing after disable it #156

jnm733 opened this issue Mar 22, 2024 · 2 comments

Comments

@jnm733
Copy link

jnm733 commented Mar 22, 2024

I'm disabling the Storage and Result Storage in my Thumbor instance deployed with Kubernetes. For that, I send these env variables:

name: STORAGE
value: "thumbor.storages.no_storage"
name: RESULT_STORAGE
value: "thumbor.result_storages.no_storage"

But after applying it, the directory /app/thumbor/storage continues increasing and creating directories.

All the other configuration is not modified. I'm using the default settings.

What is the correct way to disable storage by complete?

Thanks!

@gingerlime
Copy link
Contributor

Hi @jnm733. I'm unable to reproduce this. Can you try to create a reproducible example? you can look at the docker-compose recipes as an example.

@jnm733
Copy link
Author

jnm733 commented Mar 22, 2024

The problem was that I did override the startup command and the config file was not loading.

Deleting the Deployment command parameter solve the problem.

Thanks!

@jnm733 jnm733 closed this as completed Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants