Add liveness Delay for slow systems. Correct README chart parameters
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
license: "not accepted"
|
||||
image:
|
||||
# repository is the container repository to use, which must contain IBM MQ Advanced
|
||||
repository:
|
||||
repository:
|
||||
# tag is the tag to use for the container repository
|
||||
tag:
|
||||
# pullSecret is the secret to use when pulling the image from a private registry
|
||||
# pullSecret is the secret to use when pulling the image from a private registry
|
||||
pullSecret:
|
||||
# pullPolicy is either IfNotPresent or Always (https://kubernetes.io/docs/concepts/containers/images/)
|
||||
pullPolicy: IfNotPresent
|
||||
@@ -48,4 +48,6 @@ queueManager:
|
||||
# name allows you to specify the name to use for the queue manager. Defaults to the Helm release name.
|
||||
name:
|
||||
# nameOverride can be set to partially override the name of the resources created by this chart
|
||||
nameOverride:
|
||||
nameOverride:
|
||||
# livenessDelay should be raised if your system cannot start the Queue Manager in 60 seconds
|
||||
livenessDelay: 60
|
||||
|
||||
Reference in New Issue
Block a user