letsencrypt volume to initcontainer

This commit is contained in:
Nico Schottelius 2021-06-20 15:04:52 +02:00
parent cd035057a6
commit 01f88a88e5
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ spec:
- sh - sh
- -c - -c
- until ls /etc/letsencrypt/live/{{ tpl .Values.fqdn . }}/fullchain.pem; do sleep 5; done - until ls /etc/letsencrypt/live/{{ tpl .Values.fqdn . }}/fullchain.pem; do sleep 5; done
volumeMounts:
- name: etcletsencrypt
mountPath: "/etc/letsencrypt"
containers: containers:
- name: etherpad - name: etherpad
image: etherpad/etherpad:1.8.13 image: etherpad/etherpad:1.8.13