From 5336a4ad074c54e392c8b0ec128ce4e450111c9c Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Fri, 5 Jun 2020 15:40:52 +0200 Subject: [AAF SMS] Override outdated certificates Certificates in AAF SMS are outdated Replacing by new ones Issue-ID: AAF-1159 Signed-off-by: Sylvain Desbureaux Change-Id: I47c459e6f9ca002bf7ed946a7de80426b04e959a --- kubernetes/aaf/charts/aaf-sms/templates/deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kubernetes/aaf/charts/aaf-sms/templates/deployment.yaml') diff --git a/kubernetes/aaf/charts/aaf-sms/templates/deployment.yaml b/kubernetes/aaf/charts/aaf-sms/templates/deployment.yaml index ca35fdc55a..b8886e2332 100644 --- a/kubernetes/aaf/charts/aaf-sms/templates/deployment.yaml +++ b/kubernetes/aaf/charts/aaf-sms/templates/deployment.yaml @@ -80,6 +80,9 @@ spec: subPath: smsconfig.json - mountPath: /sms/auth name: {{ include "common.fullname" . }}-auth + - mountPath: /sms/certs + name: {{ include "common.fullname" . }}-certs + readOnly: true resources: {{ include "common.resources" . | indent 10 }} {{- if .Values.nodeSelector }} @@ -100,5 +103,8 @@ spec: - name: {{ include "common.fullname" . }}-auth persistentVolumeClaim: claimName: {{ include "common.fullname" . }} + - name: {{ include "common.fullname" . }}-certs + secret: + secretName: {{ include "common.fullname" . }}-certs imagePullSecrets: - name: "{{ include "common.namespace" . }}-docker-registry-key" -- cgit 1.2.3-korg