From c9f47135f5820c423ed0b6cf295be5a98624a73c Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Wed, 7 Apr 2021 17:26:25 +0200 Subject: [SO] Add TLS configuration for SO API Ingress Instead of terminating TLS on SO POD, let's terminate it on its Ingress. This patch uses certInitializer to create the right certificates and put them in a secret. This secret is then referenced on SO Ingress. Issue-ID: SO-3078 Issue-ID: SO-3237 Signed-off-by: Sylvain Desbureaux Change-Id: Icdc8cf6fc84cb3b3c337b4f4e5320980eee06337 --- kubernetes/so/requirements.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kubernetes/so/requirements.yaml') diff --git a/kubernetes/so/requirements.yaml b/kubernetes/so/requirements.yaml index f2fc70c1f9..af95ab85ce 100755 --- a/kubernetes/so/requirements.yaml +++ b/kubernetes/so/requirements.yaml @@ -18,6 +18,9 @@ dependencies: # a part of this chart's package and will not # be published independently to a repo (at this point) repository: '@local' + - name: certInitializer + version: ~8.x-0 + repository: '@local' - name: readinessCheck version: ~8.x-0 repository: '@local' -- cgit 1.2.3-korg