Skip to content

Commit d28f71d

Browse files
committed
feat: Add annotations to ingress
1 parent c558a58 commit d28f71d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

ingress/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ingress
33
description: Ingress is used by LiveKit to ingest streams produced by external workflows
44
type: application
5-
version: 1.4.3
5+
version: 1.4.4
66
appVersion: "v1.4.3"
77

88
sources:

ingress/templates/service.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ kind: Service
33
metadata:
44
name: {{ include "ingress.fullname" . }}
55
labels: {{- include "ingress.labels" . | nindent 4 }}
6+
{{- with .Values.loadBalancer.annotations }}
7+
annotations:
8+
{{- toYaml . | nindent 4 }}
9+
{{- end }}
610
spec:
711
type: {{ default "LoadBalancer" .Values.ingress.serviceType }}
812
ports:

0 commit comments

Comments
 (0)