We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff8ca8d + 3695af4 commit 742addbCopy full SHA for 742addb
charts/livekit-server/templates/service.yaml
@@ -1,3 +1,4 @@
1
+{{- if (ne .Values.loadBalancer.type "disable") -}}
2
apiVersion: v1
3
kind: Service
4
metadata:
@@ -48,3 +49,4 @@ spec:
48
49
{{- end }}
50
selector:
51
{{- include "livekit-server.selectorLabels" . | nindent 4 }}
52
+{{- end }}
0 commit comments