Skip to content

Commit

Permalink
disable rosa hosted cluster autoscaling (#46098)
Browse files Browse the repository at this point in the history
  • Loading branch information
heliubj18 authored Nov 28, 2023
1 parent c4a3f32 commit 5c4feaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ workflow:
HOSTED_CP: "true"
COMPUTE_MACHINE_TYPE: "r5.2xlarge"
WORKER_DISK_SIZE: "128GiB"
ENABLE_AUTOSCALING: "true"
ENABLE_AUTOSCALING: "false"
MIN_REPLICAS: "3"
MAX_REPLICAS: "6"
ENABLE_BYOVPC: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ workflow:
STS: "true"
HOSTED_CP: "true"
COMPUTE_MACHINE_TYPE: "r5.2xlarge"
ENABLE_AUTOSCALING: "true"
ENABLE_AUTOSCALING: "false"
MIN_REPLICAS: "3"
MAX_REPLICAS: "6"
ENABLE_BYOVPC: "true"
Expand Down

0 comments on commit 5c4feaf

Please sign in to comment.