Skip to content

Commit

Permalink
add back requestRate as default
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Sep 9, 2024
1 parent 8190a66 commit 2e04c2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm-chart/eoapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ raster:
minReplicas: 1
maxReplicas: 10
# `type`: "cpu" || "requestRate" || "both"
type: "both"
type: "requestRate"
behaviour:
scaleDown:
stabilizationWindowSeconds: 60
Expand Down Expand Up @@ -241,7 +241,7 @@ stac:
minReplicas: 1
maxReplicas: 10
# `type`: "cpu" || "requestRate" || "both"
type: "both"
type: "requestRate"
behaviour:
scaleDown:
stabilizationWindowSeconds: 60
Expand Down Expand Up @@ -286,7 +286,7 @@ vector:
autoscaling:
# NOTE: to have autoscaling working you'll need to install the `eoapi-support` chart
# see ../../../docs/autoscaling.md for more information
enabled: true
enabled: false
minReplicas: 1
maxReplicas: 10
# `type`: "cpu" || "requestRate" || "both"
Expand Down

0 comments on commit 2e04c2c

Please sign in to comment.