fix(jitsi): Update support for NodePort setups with different ingress/egress ips

This commit is contained in:
Dominik Kaminski
2023-08-14 16:03:13 +02:00
parent dcbb9981f5
commit de257893d4
3 changed files with 8 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ repositories:
releases:
- name: "jitsi"
chart: "jitsi/sovereign-workplace-jitsi"
version: "1.1.3"
version: "1.2.1"
values:
- "values-jitsi.gotmpl"
condition: "jitsi.enabled"

View File

@@ -51,7 +51,7 @@ jitsi:
{{- end }}
extraEnvs:
- name: "AUTH_TYPE"
value: "jwt"
value: "hybrid_matrix_token"
- name: "JWT_APP_ID"
value: "myappid"
- name: "JWT_APP_SECRET"
@@ -111,6 +111,8 @@ jitsi:
{{- end }}
patchJVB:
configuration:
staticLoadbalancerIP: "{{ .Values.cluster.networking.ingressGatewayIP }}"
image:
registry: "{{ .Values.global.imageRegistry }}"
repository: "{{ .Values.images.jitsiPatchJVB.repository }}"

View File

@@ -19,6 +19,10 @@ cluster:
domain: "cluster.local"
# Kubernetes cluster network CIDR.
cidr: "10.0.0.0/8"
# Ingress-gateway IP - only relevant for "NodePort" cluster services.
# When ingress and egress gateway use different ips, which results that pods can't self-discover their incoming ip,
# you need to provide the public (load-balanced) ingress gateways ip address.
ingressGatewayIP: ""
container:
# Used container engine in kubernetes cluster.