Skip to content

Commit 4cdec0d

Browse files
committed
Namend behavior field consistently.
1 parent 2d79755 commit 4cdec0d

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
- Refactors eoapi-support into core eoapi chart [#262](https://github.com/developmentseed/eoapi-k8s/pull/262)
2121
- Make integration tests fail properly
22+
- Consistent naming of behavior field
2223

2324
## [0.7.13] - 2025-11-04
2425

charts/eoapi/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ raster:
247247
maxReplicas: 10
248248
# `type`: "cpu" || "requestRate" || "both"
249249
type: "requestRate"
250-
behaviour:
250+
behavior:
251251
scaleDown:
252252
stabilizationWindowSeconds: 60
253253
scaleUp:
@@ -319,7 +319,7 @@ multidim:
319319
maxReplicas: 10
320320
# `type`: "cpu" || "requestRate" || "both"
321321
type: "requestRate"
322-
behaviour:
322+
behavior:
323323
scaleDown:
324324
stabilizationWindowSeconds: 60
325325
scaleUp:
@@ -391,7 +391,7 @@ stac:
391391
maxReplicas: 10
392392
# `type`: "cpu" || "requestRate" || "both"
393393
type: "requestRate"
394-
behaviour:
394+
behavior:
395395
scaleDown:
396396
stabilizationWindowSeconds: 60
397397
scaleUp:
@@ -451,7 +451,7 @@ vector:
451451
maxReplicas: 10
452452
# `type`: "cpu" || "requestRate" || "both"
453453
type: "requestRate"
454-
behaviour:
454+
behavior:
455455
scaleDown:
456456
stabilizationWindowSeconds: 60
457457
scaleUp:

docs/autoscaling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ stac:
6161
minReplicas: 2
6262
maxReplicas: 20
6363
type: "both"
64-
behaviour:
64+
behavior:
6565
scaleDown:
6666
stabilizationWindowSeconds: 300 # 5min cooldown
6767
policies:
@@ -147,7 +147,7 @@ raster:
147147
minReplicas: 2
148148
maxReplicas: 8
149149
type: "cpu"
150-
behaviour:
150+
behavior:
151151
scaleDown:
152152
stabilizationWindowSeconds: 300
153153
targets:
@@ -252,7 +252,7 @@ autoscaling:
252252
# Type can be "cpu", "requestRate", or "both"
253253
type: "cpu"
254254
# Custom scaling behavior (optional)
255-
behaviour: {}
255+
behavior: {}
256256
# Scaling targets
257257
targets:
258258
# CPU target percentage (when type is "cpu" or "both")
@@ -328,7 +328,7 @@ Adjust scaling behavior:
328328

329329
```yaml
330330
autoscaling:
331-
behaviour:
331+
behavior:
332332
scaleUp:
333333
stabilizationWindowSeconds: 60 # Faster scaling up
334334
policies:

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Fine-tune scaling behavior:
218218

219219
```yaml
220220
autoscaling:
221-
behaviour:
221+
behavior:
222222
scaleDown:
223223
stabilizationWindowSeconds: 60
224224
scaleUp:

0 commit comments

Comments
 (0)