element-call-helm

An experimental helm chart deploying a full element-call instance
git clone git://archive.git.mtrnord.blog/MTRNord/element-call-helm.git
Log | Files | Refs | README

commit c2f9b6dbbf9700dd4adfa89f1d1c212c5ff4a446
parent 62ab849e15b6d490f4123a1a42e9f8a4dd33c208
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  6 Mar 2024 13:58:45 +0100

Ensure unique name for ingress of jwt

Diffstat:
Mcharts/element-call/Chart.yaml | 2+-
Mcharts/element-call/templates/ingress_livekit_mgmt_service.yaml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/charts/element-call/Chart.yaml b/charts/element-call/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: element-call description: A Helm chart for element_call type: application -version: 0.1.11 +version: 0.1.12 appVersion: "v0.5.15" dependencies: diff --git a/charts/element-call/templates/ingress_livekit_mgmt_service.yaml b/charts/element-call/templates/ingress_livekit_mgmt_service.yaml @@ -14,7 +14,7 @@ apiVersion: extensions/v1beta1 {{- end }} kind: Ingress metadata: - name: {{ $fullName }} + name: {{ $fullName }}-jwt labels: {{- include "element_call.labels" . | nindent 4 }} {{- with .Values.livekit_mgmt.ingress.annotations }}