Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions kubernetes/helm/eoapi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,31 @@ vector:
# needed currently, so it is disabled to save on some cluster resources.
enabled: false

raster:
autoscaling:
Comment thread
spwoodcock marked this conversation as resolved.
enabled: true
minReplicas: 1
maxReplicas: 6
# `type`: "cpu" || "requestRate" || "both"
type: "cpu"
behaviour:
scaleDown:
stabilizationWindowSeconds: 60
scaleUp:
stabilizationWindowSeconds: 0
targets:
# matches `type` value above unless `type: "both"` is selected
cpu: 85
# requestRate: 15000 ## enable after load testing
settings:
resources:
requests:
cpu: "1024m"
memory: "2Gi"
limits:
cpu: "2048m"
memory: "4Gi"

stac:
image:
# From https://github.com/hotosm/OpenAerialMap/tree/main/backend/stac-api
Expand Down
Loading