Skip to content

Commit

Permalink
Enable leader election and 2 replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao committed Nov 14, 2023
1 parent 481024a commit 297e1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/castai-kvisor/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Declare variables to be passed into your templates.

replicas: 1
leaderElectionEnabled: false
replicas: 2
leaderElectionEnabled: true

nameOverride: ""
fullnameOverride: castai-kvisor
Expand Down

0 comments on commit 297e1f5

Please sign in to comment.