fix(mycloud-matrix): networkpolicy for element call jwt to dns
This commit is contained in:
parent
9d52fbaf45
commit
2c7608d85a
2 changed files with 9 additions and 1 deletions
|
@ -92,7 +92,14 @@ spec:
|
|||
egress:
|
||||
enabled: true
|
||||
extra:
|
||||
{{- toYaml .Values.commons.networkpolicies.to.matrix | nindent 14 }}
|
||||
- ports:
|
||||
- port: 53
|
||||
protocol: UDP
|
||||
to:
|
||||
{{- toYaml .Values.commons.networkpolicies.to.dns | nindent 18 }}
|
||||
{{- with .Values.commons.networkpolicies.to.matrix }}
|
||||
{{- toYaml . | nindent 14 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
config:
|
||||
key: {{ .Values.ingress.elementCall.livekitJWT.livekit.key | default .Values.livekit.key }}
|
||||
|
|
|
@ -92,6 +92,7 @@ commons:
|
|||
ingress: []
|
||||
metrics: []
|
||||
to:
|
||||
dns: []
|
||||
smtp: []
|
||||
matrix: []
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue