Merge branch 'master' into addPVCs

This commit is contained in:
acelinkio
2024-12-22 15:47:01 -08:00
committed by GitHub
7 changed files with 34 additions and 0 deletions
@@ -12,6 +12,10 @@ metadata:
{{- include "kyoo.labels" (dict "context" . "component" .Values.transcoder.name "name" .Values.transcoder.name) | nindent 4 }}
spec:
replicas: {{ .Values.transcoder.replicaCount }}
{{- with .Values.transcoder.updateStrategy }}
strategy:
{{- toYaml . | nindent 4 }}
{{- end }}
selector:
matchLabels:
{{- include "kyoo.selectorLabels" (dict "context" . "name" .Values.transcoder.name) | nindent 6 }}