From 01f88a88e5fb9ca7bba73b3007db319d7c392365 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 20 Jun 2021 15:04:52 +0200 Subject: [PATCH] letsencrypt volume to initcontainer --- apps/etherpadlite-ssl/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/etherpadlite-ssl/templates/deployment.yaml b/apps/etherpadlite-ssl/templates/deployment.yaml index 2ce7154..6794151 100644 --- a/apps/etherpadlite-ssl/templates/deployment.yaml +++ b/apps/etherpadlite-ssl/templates/deployment.yaml @@ -21,6 +21,9 @@ spec: - sh - -c - until ls /etc/letsencrypt/live/{{ tpl .Values.fqdn . }}/fullchain.pem; do sleep 5; done + volumeMounts: + - name: etcletsencrypt + mountPath: "/etc/letsencrypt" containers: - name: etherpad image: etherpad/etherpad:1.8.13