letsencrypt volume to initcontainer
This commit is contained in:
parent
cd035057a6
commit
01f88a88e5
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue