Hello,
I understand reading this https://docs.camunda.org/manual/7.7/installation/standalone-webapplication/ that a process-engine is embedded in the “standalone” webapp
Is it possible to prevent this process engine to accept any deployment ?
What I’d like to do is:
-
run, let say, a dozen containers deployed on Kubernetes and running Process Engine embedded in a Spring Boot app and sharing the same DB
-
and run, let say, 3 containers with the cockpit web app to manage them and I don’t want these containers to run any processes.
If the answer is yes , then my next question is how ? knowing that any other alternative or hint to reach the described goal is welcome
thx a lot