applying fix to other deployments

This commit is contained in:
Arlan Lloyd 2024-12-22 22:06:23 +00:00
parent fbb0d7b581
commit 1a2b922c16
5 changed files with 10 additions and 5 deletions

View File

@ -13,7 +13,8 @@ metadata:
spec:
replicas: {{ .Values.autosync.replicaCount }}
{{- with .Values.autosync.updateStrategy }}
strategy: {{ . }}
strategy:
{{- toYaml . | nindent 4 }}
{{- end }}
selector:
matchLabels:

View File

@ -13,7 +13,8 @@ metadata:
spec:
replicas: {{ .Values.back.replicaCount }}
{{- with .Values.back.updateStrategy }}
strategy: {{ . }}
strategy:
{{- toYaml . | nindent 4 }}
{{- end }}
selector:
matchLabels:

View File

@ -13,7 +13,8 @@ metadata:
spec:
replicas: {{ .Values.front.replicaCount }}
{{- with .Values.front.updateStrategy }}
strategy: {{ . }}
strategy:
{{- toYaml . | nindent 4 }}
{{- end }}
selector:
matchLabels:

View File

@ -13,7 +13,8 @@ metadata:
spec:
replicas: {{ .Values.matcher.replicaCount }}
{{- with .Values.matcher.updateStrategy }}
strategy: {{ . }}
strategy:
{{- toYaml . | nindent 4 }}
{{- end }}
selector:
matchLabels:

View File

@ -13,7 +13,8 @@ metadata:
spec:
replicas: {{ .Values.scanner.replicaCount }}
{{- with .Values.scanner.updateStrategy }}
strategy: {{ . }}
strategy:
{{- toYaml . | nindent 4 }}
{{- end }}
selector:
matchLabels: