You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
jitsi-meet-helm/jitsi-meet/templates/prosody-cfg-cm.yaml

11 lines
368 B

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "jitsi-meet.name-prosody" . }}-config-cm
labels:
{{ include "jitsi-meet.labels" . | indent 4 }}
data:
prosody.cfg.lua: |-
{{- .Files.Get "configs/prosody/prosody.cfg.lua" | b64enc | nindent 4 }}
jitsi-meet.cfg.lua: |-
{{- .Files.Get "configs/prosody/jitsi-meet.cfg.lua" | b64enc | nindent 4 }}