From ecdb684c5af677555f11a9a3f2c05b9f27070c06 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Mon, 30 Mar 2020 11:53:19 -0500 Subject: Add HTTPS config lighttpd Issue-ID: REQ-231 Change-Id: I4e18eed4424414d820f3ed78dfe5b1fb959a8938 Signed-off-by: Brian Freeman --- templates/deployment.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'templates/deployment.yaml') diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 34c36e3..246acb3 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -68,6 +68,10 @@ spec: readOnly: true - name: robot-eteshare mountPath: /share/config + - name: robot-lighttpd + mountPath: /etc/lighttpd + - name: robot-lighttpd-ssl + mountPath: /etc/lighttpd/ssl - name: robot-logs mountPath: /share/logs resources: @@ -98,5 +102,13 @@ spec: configMap: name: {{ include "common.fullname" . }}-eteshare-configmap defaultMode: 0755 + - name: robot-lighttpd + configMap: + name: {{ include "common.fullname" . }}-lighttpd-configmap + defaultMode: 0755 + - name: robot-lighttpd-ssl + configMap: + name: {{ include "common.fullname" . }}-lighttpd-ssl-configmap + defaultMode: 0600 imagePullSecrets: - name: "{{ include "common.namespace" . }}-docker-registry-key" -- cgit 1.2.3-korg