We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ingresses should be configured to use sticky sessions when multiple instances of tasklist/operate/optimize are started.
Here's an example of annotations required to enable "cookie" based sticky sessions:
https://github.com/camunda-community-hub/camunda-8-helm-profiles/blob/main/tasklist/include/tasklist-ingress.tpl.yaml
If possible, it'd be good to enhance the makefile in the high-available-webapps profile to add these annotations.
high-available-webapps
cc: @ManuelDittmar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ingresses should be configured to use sticky sessions when multiple instances of tasklist/operate/optimize are started.
Here's an example of annotations required to enable "cookie" based sticky sessions:
https://github.com/camunda-community-hub/camunda-8-helm-profiles/blob/main/tasklist/include/tasklist-ingress.tpl.yaml
If possible, it'd be good to enhance the makefile in the
high-available-webapps
profile to add these annotations.cc: @ManuelDittmar
The text was updated successfully, but these errors were encountered: