mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-08 23:02:40 -05:00
Stacks always show as unhealthy even though services are running fine #387
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NikoKS on GitHub (May 26, 2025).
Stacks shows as unhealthy even though all services are running fine. I'm guessing it's because some services are exited?
But the exited services are intentionally set up container and are exited after they've run the script.
How do I make it healthy?
@b- commented on GitHub (May 26, 2025):
Stacks -> Scroll down to ADVANCED -> scroll a little further to Ignore Services and add a list of services that normally exit.

Note: this will make Komodo completely ignore the status of those services when you look at the stack health. They'll still be deployed, though.
@NikoKS commented on GitHub (May 27, 2025):
Hey, that works! Thank you.