Skip to content

Commit 9084582

Browse files
committed
Namend behavior field consistently.
1 parent bf14a5f commit 9084582

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
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Refactors eoapi-support into core eoapi chart [#262](https://github.com/developmentseed/eoapi-k8s/pull/262)
2121
- Make integration tests fail properly
2222
- Temporarily skip VRT driver in GDALg to avoid https://github.com/OSGeo/gdal/issues/12645
23+
- Consistent naming of behavior field
2324

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

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:
@@ -320,7 +320,7 @@ multidim:
320320
maxReplicas: 10
321321
# `type`: "cpu" || "requestRate" || "both"
322322
type: "requestRate"
323-
behaviour:
323+
behavior:
324324
scaleDown:
325325
stabilizationWindowSeconds: 60
326326
scaleUp:
@@ -392,7 +392,7 @@ stac:
392392
maxReplicas: 10
393393
# `type`: "cpu" || "requestRate" || "both"
394394
type: "requestRate"
395-
behaviour:
395+
behavior:
396396
scaleDown:
397397
stabilizationWindowSeconds: 60
398398
scaleUp:
@@ -452,7 +452,7 @@ vector:
452452
maxReplicas: 10
453453
# `type`: "cpu" || "requestRate" || "both"
454454
type: "requestRate"
455-
behaviour:
455+
behavior:
456456
scaleDown:
457457
stabilizationWindowSeconds: 60
458458
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)