mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-05 04:39:27 +00:00
Allow specifying strategy for deployments
This commit is contained in:
@@ -12,6 +12,9 @@ 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: {{ . }}
|
||||
{{- end }}
|
||||
selector:
|
||||
matchLabels:
|
||||
{{- include "kyoo.selectorLabels" (dict "context" . "name" .Values.transcoder.name) | nindent 6 }}
|
||||
|
||||
Reference in New Issue
Block a user