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