From 2a6c011fbf663683299354421c6903a2eae7a040 Mon Sep 17 00:00:00 2001 From: Abhinav kumar <126642111+Abhinavcode13@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:11:48 +0530 Subject: [PATCH 1/2] Ensure TLS Secret is created for TLS termination on 2-fynams.sandbox.fynarfin.io:443 --- src/mojafos/deployer/fin_values.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mojafos/deployer/fin_values.yaml b/src/mojafos/deployer/fin_values.yaml index 9cd2d7b..1266f48 100644 --- a/src/mojafos/deployer/fin_values.yaml +++ b/src/mojafos/deployer/fin_values.yaml @@ -25,6 +25,10 @@ fineract: annotations: kubernetes.io/ingress.class: "nginx" nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" + tls: # Add TLS configuration here + - hosts: + - "2-fynams.sandbox.fynarfin.io" + secretName: "fineract-tls-secret" resources: limits: cpu: "1000m" @@ -112,4 +116,4 @@ mysql: wildcardhostname: "*.sandbox.fynarfin.io" -tls: "" \ No newline at end of file +tls: "" From 5e37e0113247253083d6fa59deefe5b57181c81c Mon Sep 17 00:00:00 2001 From: Abhinav kumar <126642111+Abhinavcode13@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:12:54 +0530 Subject: [PATCH 2/2] remove comment --- src/mojafos/deployer/fin_values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mojafos/deployer/fin_values.yaml b/src/mojafos/deployer/fin_values.yaml index 1266f48..53c7c85 100644 --- a/src/mojafos/deployer/fin_values.yaml +++ b/src/mojafos/deployer/fin_values.yaml @@ -25,7 +25,7 @@ fineract: annotations: kubernetes.io/ingress.class: "nginx" nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" - tls: # Add TLS configuration here + tls: - hosts: - "2-fynams.sandbox.fynarfin.io" secretName: "fineract-tls-secret"