Change default podManagementPolicy to Parallel for Zookeeper (#203)

This commit is contained in:
Lari Hotari 2022-01-18 18:38:22 +02:00 committed by GitHub
parent aea6a4f367
commit a27ec0aebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: