Skip to content

Commit 15b76ab

Browse files
committed
fix: max 6 eoapi raster replicas
1 parent 5a1128d commit 15b76ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kubernetes/helm/eoapi-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ raster:
2121
autoscaling:
2222
enabled: true
2323
minReplicas: 1
24-
maxReplicas: 10
24+
maxReplicas: 6
2525
# `type`: "cpu" || "requestRate" || "both"
2626
type: "cpu"
2727
behaviour:

0 commit comments

Comments
 (0)