mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
applying fix to other deployments
This commit is contained in:
parent
fbb0d7b581
commit
1a2b922c16
@ -13,7 +13,8 @@ metadata:
|
||||
spec:
|
||||
replicas: {{ .Values.autosync.replicaCount }}
|
||||
{{- with .Values.autosync.updateStrategy }}
|
||||
strategy: {{ . }}
|
||||
strategy:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
selector:
|
||||
matchLabels:
|
||||
|
@ -13,7 +13,8 @@ metadata:
|
||||
spec:
|
||||
replicas: {{ .Values.back.replicaCount }}
|
||||
{{- with .Values.back.updateStrategy }}
|
||||
strategy: {{ . }}
|
||||
strategy:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
selector:
|
||||
matchLabels:
|
||||
|
@ -13,7 +13,8 @@ metadata:
|
||||
spec:
|
||||
replicas: {{ .Values.front.replicaCount }}
|
||||
{{- with .Values.front.updateStrategy }}
|
||||
strategy: {{ . }}
|
||||
strategy:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
selector:
|
||||
matchLabels:
|
||||
|
@ -13,7 +13,8 @@ metadata:
|
||||
spec:
|
||||
replicas: {{ .Values.matcher.replicaCount }}
|
||||
{{- with .Values.matcher.updateStrategy }}
|
||||
strategy: {{ . }}
|
||||
strategy:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
selector:
|
||||
matchLabels:
|
||||
|
@ -13,7 +13,8 @@ metadata:
|
||||
spec:
|
||||
replicas: {{ .Values.scanner.replicaCount }}
|
||||
{{- with .Values.scanner.updateStrategy }}
|
||||
strategy: {{ . }}
|
||||
strategy:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
selector:
|
||||
matchLabels:
|
||||
|
Loading…
x
Reference in New Issue
Block a user