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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user