Always pull the ungleich-matrix-synapse image
This commit is contained in:
parent
f70d5a8291
commit
7d93506bd9
1 changed files with 6 additions and 13 deletions
|
@ -15,17 +15,9 @@ spec:
|
|||
use-as-service: {{ .Release.Name }}
|
||||
spec:
|
||||
initContainers:
|
||||
# - name: wait-for-cert
|
||||
# image: busybox
|
||||
# command:
|
||||
# - sh
|
||||
# - -c
|
||||
# - until ls /etc/letsencrypt/live/{{ tpl .Values.fqdn . }}/fullchain.pem; do sleep 2; done
|
||||
# volumeMounts:
|
||||
# - name: etcletsencrypt
|
||||
# mountPath: "/etc/letsencrypt"
|
||||
- name: generate-matrix-signing-key
|
||||
image: ungleich/ungleich-matrix-synapse:{{ .Values.synapseVersion }}
|
||||
imagePullPolicy: Always
|
||||
command:
|
||||
- "python"
|
||||
- "-m"
|
||||
|
@ -43,6 +35,7 @@ spec:
|
|||
containers:
|
||||
- name: certbot
|
||||
image: ungleich/ungleich-certbot
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 80
|
||||
env:
|
||||
|
@ -54,9 +47,9 @@ spec:
|
|||
- name: STAGING
|
||||
value: "no"
|
||||
{{ end }}
|
||||
volumeMounts:
|
||||
- name: etcletsencrypt
|
||||
mountPath: "/etc/letsencrypt"
|
||||
volumeMounts:
|
||||
- name: etcletsencrypt
|
||||
mountPath: "/etc/letsencrypt"
|
||||
# This container will only start *after* the cert has been placed
|
||||
- name: debug
|
||||
image: alpine:latest
|
||||
|
@ -331,7 +324,7 @@ data:
|
|||
cp_min: 10
|
||||
cp_min: 5
|
||||
|
||||
log_config: "/config/log.yaml"
|
||||
log_config: "/baseconfig/log.yaml"
|
||||
|
||||
enable_media_repo: true
|
||||
media_store_path: "/data/media"
|
||||
|
|
Loading…
Reference in a new issue