Bump yacy
All checks were successful
Publish Helm Charts / build-and-publish (push) Successful in 10s

This commit is contained in:
Ultradesu
2026-02-04 16:40:43 +02:00
parent 4d611eebff
commit e4ef679d5d
3 changed files with 15 additions and 1 deletions

View File

@@ -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 }}