File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
330330autoscaling:
331- behaviour :
331+ behavior :
332332 scaleUp:
333333 stabilizationWindowSeconds: 60 # Faster scaling up
334334 policies:
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ Fine-tune scaling behavior:
218218
219219` ` ` yaml
220220autoscaling:
221- behaviour :
221+ behavior :
222222 scaleDown:
223223 stabilizationWindowSeconds: 60
224224 scaleUp:
You can’t perform that action at this time.
0 commit comments