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

Take down phpldapadmin and ltb-password when not used? #236

Open
flixman opened this issue Mar 23, 2025 · 3 comments
Open

Take down phpldapadmin and ltb-password when not used? #236

flixman opened this issue Mar 23, 2025 · 3 comments

Comments

@flixman
Copy link

flixman commented Mar 23, 2025

I am trying to figure out if there is any way to take down phpldapadmin and ltb-password when not used. The reason being: openldap consumes 17 MB and each of the other two consumes about 100 MB. Starting them manually would be a good alternative, but I do not know if this is possible in k8s and/or this helm chart.

@jp-gouin
Copy link
Owner

Absolutely, you can set

ltb-passwd:
  enabled : false

phpldapadmin:
  enabled: false

In your values which will disable both and not deploy them. And you can later upgrade your chart and enable those services if needed

@flixman
Copy link
Author

flixman commented Mar 25, 2025

@jp-gouin I have found something closer to what I am looking for: sablierapp, that seems to respond to events to scale up and down the deployments as needed. Do you have any experience with such a tool? I will give it a try, I think

@tiborauer
Copy link
Contributor

@flixman, You may also want to check out kubertentes autoscaling.

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

3 participants