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:
|
egress:
|
||||||
enabled: true
|
enabled: true
|
||||||
extra:
|
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 }}
|
{{- end }}
|
||||||
config:
|
config:
|
||||||
key: {{ .Values.ingress.elementCall.livekitJWT.livekit.key | default .Values.livekit.key }}
|
key: {{ .Values.ingress.elementCall.livekitJWT.livekit.key | default .Values.livekit.key }}
|
||||||
|
|
|
@ -92,6 +92,7 @@ commons:
|
||||||
ingress: []
|
ingress: []
|
||||||
metrics: []
|
metrics: []
|
||||||
to:
|
to:
|
||||||
|
dns: []
|
||||||
smtp: []
|
smtp: []
|
||||||
matrix: []
|
matrix: []
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue