Sandbox to 1 replica (#9276)

This should be the configurations to limit this to 1.
This commit is contained in:
Robert Fairburn 2023-01-11 21:49:06 -06:00 committed by GitHub
parent a23dbb76d3
commit 4a2b3ef5c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,7 @@ resource "helm_release" "main" {
set {
name = "replicas"
value = "2"
value = "1"
}
set {