Change default podManagementPolicy to Parallel for Zookeeper (#203)
This commit is contained in:
parent
aea6a4f367
commit
a27ec0aebf
@ -297,7 +297,7 @@ zookeeper:
|
||||
replicaCount: 3
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
podManagementPolicy: OrderedReady
|
||||
podManagementPolicy: Parallel
|
||||
# If using Prometheus-Operator enable this PodMonitor to discover zookeeper scrape targets
|
||||
# Prometheus-Operator does not add scrape targets based on k8s annotations
|
||||
podMonitor:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user