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

@@ -7,6 +7,13 @@
# if running multiple replicas
replicaCount: 1
# Deployment strategy configuration
deploymentStrategy:
# -- Strategy type: RollingUpdate or Recreate
# Recreate: stops old pod completely before starting new one
# RollingUpdate: creates new pod before stopping old one (default k8s behavior)
type: Recreate
# Image configuration
image:
# -- Set to true to use a locally built image