Skip to content

Commit

Permalink
Merge pull request #76 from vector-im/bbz/jitsi-uvs-fixup
Browse files Browse the repository at this point in the history
Fix MATRIX_UVS_URL
  • Loading branch information
benbz authored Jul 18, 2023
2 parents bd073da + d7a6bfd commit bdbbfb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.1
version: 0.7.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion templates/prosody-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ spec:
- name: AUTH_TYPE
value: "matrix"
- name: MATRIX_UVS_URL
value: "{{ include "jitsi.name" $ }}-uvs.{{ $.Release.Namespace }}.svc.cluster.local"
value: "http://{{ include "jitsi.name" $ }}-uvs.{{ $.Release.Namespace }}.svc.cluster.local:3000"
- name: MATRIX_UVS_ISSUER
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit bdbbfb0

Please sign in to comment.