Replies: 1 comment
-
I think it should be fairly straightforward to implement multiple groups. We can open a feature request about that could fit all of your use cases! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have several groups, organized as followed.
Both DEV and STAGING use resources included in the COMMON group.
When I request any of the two, it will wake up the corresponding DEV or STAGING group, as well as the COMMON one.
I use traefik + Kubernetes.
In the ingresses I chain the COMMON and the DEV/STAGING middleware and it works fine.
However it will only ever show the screen for the COMMON startup, even if all the services in the group are marked as
ready
I am not really sure why.Is there a better way to replicate this interaction between the services ?
I was thinking of making COMMON services member of two groups, but I do not think this is possible.
Would it be possible to start the services from both the COMMON and DEV/STAGING groups at the same time without chaining the two middlewares ?
Beta Was this translation helpful? Give feedback.
All reactions