The current openbanking uis have no health checking.
Nginx is itself serving the application, the reason behind this appears to be related to ssl certificates and being able to test the uis in a local environment.
Further analysis is needed on this and wether we actually need Nginx within the container at all. We are already using NGinx as our ingress controller that handles our ssl termination.
We also need to discuss health checking for our UIs, was there a specific reason why they were omitted? can you health check your app if its being served by nginx or would you have to health check nginx itself?
The current openbanking uis have no health checking. Nginx is itself serving the application, the reason behind this appears to be related to ssl certificates and being able to test the uis in a local environment.
Further analysis is needed on this and wether we actually need Nginx within the container at all. We are already using NGinx as our ingress controller that handles our ssl termination.
We also need to discuss health checking for our UIs, was there a specific reason why they were omitted? can you health check your app if its being served by nginx or would you have to health check nginx itself?