Skip to content

Commit

Permalink
Change minimum ACS scanner replicas to 4 (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
kornys authored May 30, 2024
1 parent d47f52c commit 50ed843
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
analyzer:
scaling:
autoScaling: Enabled
maxReplicas: 5
minReplicas: 2
replicas: 3
maxReplicas: 6
minReplicas: 3
replicas: 4
scannerComponent: AutoSense

0 comments on commit 50ed843

Please sign in to comment.