diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d2b3bb4..ab481d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Refactors eoapi-support into core eoapi chart [#262](https://github.com/developmentseed/eoapi-k8s/pull/262) - Make integration tests fail properly - Temporarily skip VRT driver in GDALg to avoid https://github.com/OSGeo/gdal/issues/12645 +- Consistent naming of behavior field ## [0.7.13] - 2025-11-04 diff --git a/charts/eoapi/values.yaml b/charts/eoapi/values.yaml index b41ed741..513ac2e7 100644 --- a/charts/eoapi/values.yaml +++ b/charts/eoapi/values.yaml @@ -247,7 +247,7 @@ raster: maxReplicas: 10 # `type`: "cpu" || "requestRate" || "both" type: "requestRate" - behaviour: + behavior: scaleDown: stabilizationWindowSeconds: 60 scaleUp: @@ -320,7 +320,7 @@ multidim: maxReplicas: 10 # `type`: "cpu" || "requestRate" || "both" type: "requestRate" - behaviour: + behavior: scaleDown: stabilizationWindowSeconds: 60 scaleUp: @@ -392,7 +392,7 @@ stac: maxReplicas: 10 # `type`: "cpu" || "requestRate" || "both" type: "requestRate" - behaviour: + behavior: scaleDown: stabilizationWindowSeconds: 60 scaleUp: @@ -452,7 +452,7 @@ vector: maxReplicas: 10 # `type`: "cpu" || "requestRate" || "both" type: "requestRate" - behaviour: + behavior: scaleDown: stabilizationWindowSeconds: 60 scaleUp: diff --git a/docs/autoscaling.md b/docs/autoscaling.md index 5bbc4643..56b6555b 100644 --- a/docs/autoscaling.md +++ b/docs/autoscaling.md @@ -61,7 +61,7 @@ stac: minReplicas: 2 maxReplicas: 20 type: "both" - behaviour: + behavior: scaleDown: stabilizationWindowSeconds: 300 # 5min cooldown policies: @@ -147,7 +147,7 @@ raster: minReplicas: 2 maxReplicas: 8 type: "cpu" - behaviour: + behavior: scaleDown: stabilizationWindowSeconds: 300 targets: @@ -252,7 +252,7 @@ autoscaling: # Type can be "cpu", "requestRate", or "both" type: "cpu" # Custom scaling behavior (optional) - behaviour: {} + behavior: {} # Scaling targets targets: # CPU target percentage (when type is "cpu" or "both") @@ -328,7 +328,7 @@ Adjust scaling behavior: ```yaml autoscaling: - behaviour: + behavior: scaleUp: stabilizationWindowSeconds: 60 # Faster scaling up policies: diff --git a/docs/configuration.md b/docs/configuration.md index 8bc38c63..ee5c307a 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -218,7 +218,7 @@ Fine-tune scaling behavior: ```yaml autoscaling: - behaviour: + behavior: scaleDown: stabilizationWindowSeconds: 60 scaleUp: