Bump yacy
All checks were successful
Publish Helm Charts / build-and-publish (push) Successful in 10s
All checks were successful
Publish Helm Charts / build-and-publish (push) Successful in 10s
This commit is contained in:
@@ -6,6 +6,13 @@ metadata:
|
||||
{{- include "yacy.labels" . | nindent 4 }}
|
||||
spec:
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
strategy:
|
||||
type: {{ .Values.deploymentStrategy.type }}
|
||||
{{- if eq .Values.deploymentStrategy.type "RollingUpdate" }}
|
||||
rollingUpdate:
|
||||
maxUnavailable: 1
|
||||
maxSurge: 1
|
||||
{{- end }}
|
||||
selector:
|
||||
matchLabels:
|
||||
{{- include "yacy.selectorLabels" . | nindent 6 }}
|
||||
|
||||
Reference in New Issue
Block a user