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