shopozor / services

Micro-services building up the Shopozor software.
6 stars 0 forks source link

Secure ingresses with ssl #198

Closed zadigus closed 4 years ago

zadigus commented 4 years ago

Changes

Here we have a mix of potential SSL configurations. We have an nginx load-balancer configuration, which is not the recommended way. We also have a start of configuration of the minio assets service with the cert-manager, which is the way that will be provided by Jelastic in a later release. Consult this introduction to understand how to configure the ingress with the cert-manager.

We should not merge this PR until Jelastic releases the cert-manager installation. When it is released, we need to get rid of all the proposed nginx load-balancer configuration in this PR.