We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c558a58 commit d28f71dCopy full SHA for d28f71d
2 files changed
ingress/Chart.yaml
@@ -2,7 +2,7 @@ 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
+version: 1.4.4
6
appVersion: "v1.4.3"
7
8
sources:
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 }}
9
+ {{- end }}
10
spec:
11
type: {{ default "LoadBalancer" .Values.ingress.serviceType }}
12
ports:
0 commit comments