mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Sandbox to 1 replica (#9276)
This should be the configurations to limit this to 1.
This commit is contained in:
parent
a23dbb76d3
commit
4a2b3ef5c9
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ resource "helm_release" "main" {
|
|||
|
||||
set {
|
||||
name = "replicas"
|
||||
value = "2"
|
||||
value = "1"
|
||||
}
|
||||
|
||||
set {
|
||||
|
|
|
|||
Loading…
Reference in a new issue