From 533bbdb33f904216d405cf27e019792b1e187983 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Wed, 7 Aug 2019 14:49:10 +0200 Subject: moving certificates from vid image to mounted catalog Issue-ID: VID-494 Change-Id: Ie1a3a9b362618d6b1821583bc6b3c39c28eb82c0 Signed-off-by: Bartosz Gardziejewski --- kubernetes/vid/templates/deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kubernetes/vid/templates/deployment.yaml') diff --git a/kubernetes/vid/templates/deployment.yaml b/kubernetes/vid/templates/deployment.yaml index 8bce2cf1dc..a4e821ed78 100644 --- a/kubernetes/vid/templates/deployment.yaml +++ b/kubernetes/vid/templates/deployment.yaml @@ -109,6 +109,8 @@ spec: - name: VID_MYSQL_MAXCONNECTIONS value: "{{ .Values.config.vidmysqlmaxconnections }}" volumeMounts: + - mountPath: /opt/app/vid/etc + name: vid-certs - mountPath: /etc/localtime name: localtime readOnly: true @@ -140,6 +142,9 @@ spec: - mountPath: /usr/share/filebeat/data name: vid-data-filebeat volumes: + - name: vid-certs + secret: + secretName: {{ include "common.fullname" . }}-certs - name: localtime hostPath: path: /etc/localtime -- cgit 1.2.3-korg