Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: up cpu autoscale to 80% #498

Merged
merged 2 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ spec:
- resource:
name: cpu
target:
averageUtilization: 70
averageUtilization: 80
type: Utilization
type: Resource
- resource:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ spec:
- resource:
name: cpu
target:
averageUtilization: 70
averageUtilization: 80
type: Utilization
type: Resource
- resource:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ spec:
- resource:
name: cpu
target:
averageUtilization: 70
averageUtilization: 80
type: Utilization
type: Resource
- resource:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ spec:
- resource:
name: cpu
target:
averageUtilization: 70
averageUtilization: 80
type: Utilization
type: Resource
- resource:
Expand Down
10 changes: 5 additions & 5 deletions packages/kontinuous/tests/__snapshots__/repo.domifa.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2123,7 +2123,7 @@ spec:
- resource:
name: cpu
target:
averageUtilization: 70
averageUtilization: 80
type: Utilization
type: Resource
- resource:
Expand Down Expand Up @@ -2164,7 +2164,7 @@ spec:
- resource:
name: cpu
target:
averageUtilization: 70
averageUtilization: 80
type: Utilization
type: Resource
- resource:
Expand Down Expand Up @@ -2205,7 +2205,7 @@ spec:
- resource:
name: cpu
target:
averageUtilization: 70
averageUtilization: 80
type: Utilization
type: Resource
- resource:
Expand Down Expand Up @@ -2246,7 +2246,7 @@ spec:
- resource:
name: cpu
target:
averageUtilization: 70
averageUtilization: 80
type: Utilization
type: Resource
- resource:
Expand Down Expand Up @@ -2287,7 +2287,7 @@ spec:
- resource:
name: cpu
target:
averageUtilization: 70
averageUtilization: 80
type: Utilization
type: Resource
- resource:
Expand Down
4 changes: 2 additions & 2 deletions packages/kontinuous/tests/__snapshots__/sample-1.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ spec:
- resource:
name: cpu
target:
averageUtilization: 70
averageUtilization: 80
type: Utilization
type: Resource
- resource:
Expand Down Expand Up @@ -809,7 +809,7 @@ spec:
- resource:
name: cpu
target:
averageUtilization: 70
averageUtilization: 80
type: Utilization
type: Resource
- resource:
Expand Down
2 changes: 1 addition & 1 deletion plugins/contrib/charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ autoscale:
minReplicas: 2
maxReplicas: 10
averageUtilization:
cpu: 70
cpu: 80
memory: 80
certSecretName:
waitForPostgres: false
Expand Down
Loading