Skip to content
Snippets Groups Projects
Verified Commit 830ca89d authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

chore(kube-system): Adjust deployment strategy for quorum pods

parent 919bba32
Branches
Tags
No related merge requests found
......@@ -8,6 +8,11 @@ metadata:
tier: control-plane
spec:
replicas: 3
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
selector:
matchLabels:
component: quorum
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment