We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c558a58 commit 35abd4cCopy full SHA for 35abd4c
ingress/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: ingress
3
description: Ingress is used by LiveKit to ingest streams produced by external workflows
4
type: application
5
-version: 1.4.3
6
-appVersion: "v1.4.3"
+version: 1.4.4
+appVersion: "v1.4.4"
7
8
sources:
9
- https://github.com/livekit/ingress
ingress/templates/service.yaml
@@ -3,6 +3,10 @@ kind: Service
metadata:
name: {{ include "ingress.fullname" . }}
labels: {{- include "ingress.labels" . | nindent 4 }}
+ {{- with .Values.loadBalancer.annotations }}
+ annotations:
+ {{- toYaml . | nindent 4 }}
+ {{- end }}
10
spec:
11
type: {{ default "LoadBalancer" .Values.ingress.serviceType }}
12
ports:
0 commit comments