Skip to content

Commit

Permalink
fix: besu with readiness probes needs to start parallel
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin O'Donnell <kevin@blockchaintp.com>
  • Loading branch information
scealiontach committed Jun 30, 2021
1 parent 872d6e4 commit 1f8b861
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
28 changes: 17 additions & 11 deletions charts/besu/Chart.yaml
@@ -1,23 +1,29 @@
---
apiVersion: v2
name: besu
description: Besu is an Apache 2.0 licensed, MainNet compatible, Ethereum client written in Java.
description: |
Besu is an Apache 2.0 licensed, MainNet compatible, Ethereum client written
in Java.
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
# Application charts are a collection of templates that can be packaged into
# versioned archives to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
# Library charts provide useful utilities or functions for the chart developer.
# They're included as a dependency of application charts to inject those
# utilities and functions into the rendering pipeline. Library charts do not
# define any templates and therefore cannot be deployed.
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.0.10
# This is the chart version. This version number should be incremented each
# time you make changes to the chart and its templates, including the app
# version.
version: 0.0.11

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
# This is the version number of the application being deployed. This version
# number should be incremented each time you make changes to the application.
appVersion: 1.4.0

# yamllint disable-line rule:line-length
icon: https://raw.githubusercontent.com/hyperledger/besu-docs/5c8545bc08e45188d939ae15d35b49ed2bf7f6b8/custom_theme/logo.svg
2 changes: 1 addition & 1 deletion charts/besu/templates/besu-statefulset.yaml
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: {{.Release.Namespace}}
spec:
replicas: {{.Values.besu.nodeCount}}
podManagementPolicy: OrderedReady
podManagementPolicy: Parallel
serviceName: {{ include "besu.fullname" .}}
selector:
matchLabels:
Expand Down

0 comments on commit 1f8b861

Please sign in to comment.