Deploy Structurizr Lite on Kubernetes #159
-
Hello, First, I would like to say that Structurizr is a great tool! I work on a POC to use Structurizr Lite on my company Kubernetes cluster to share architecture diagrams among my R&D team. I built a Docker image (from K8S deployment works well (using kubectl) and https://my-cluster/structurizr/health responds OK. However I was not able to make the UI work properly from my browser. Although HTML files and other static resources load well, I get a 400 error code when calling the API:
Do you have any idea of what is causing this issue ? Is it realistic to do such deployment ? I suspect an issue with the path computation in the hash based authentication but I am not sure. Here is my structurizr.properties file
Here is my K8S ingress
Thanks for your help Nicolas |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Lite is only designed to run as the root webapp - i.e. |
Beta Was this translation helpful? Give feedback.
Lite is only designed to run as the root webapp - i.e.
https://my-cluster
rather thanhttps://my-cluster/structurizr
. The UI is shared between the cloud service, on-premises installation, and Lite, so I have no plans to change this either I'm afraid.