Skip to content

Commit 5f38f68

Browse files
committed
Tweak autoscalers
1 parent 076dc5f commit 5f38f68

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

kubernetes/autoscalers/api-gateway-hpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ spec:
1616
name: cpu
1717
target:
1818
type: Utilization
19-
averageUtilization: 60
19+
averageUtilization: 80

kubernetes/autoscalers/frontend-hpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ spec:
1616
name: cpu
1717
target:
1818
type: Utilization
19-
averageUtilization: 60
19+
averageUtilization: 80

kubernetes/autoscalers/question-service-hpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ spec:
1616
name: cpu
1717
target:
1818
type: Utilization
19-
averageUtilization: 60
19+
averageUtilization: 80

kubernetes/autoscalers/user-service-hpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ spec:
1616
name: cpu
1717
target:
1818
type: Utilization
19-
averageUtilization: 60
19+
averageUtilization: 80

kubernetes/deployments/api-gateway-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ spec:
2020
resources:
2121
requests:
2222
memory: "500Mi"
23-
cpu: "250m"
23+
cpu: "200m"
2424
limits:
2525
memory: "500Mi"
26-
cpu: "500m"
26+
cpu: "400m"
2727
restartPolicy: Always

kubernetes/deployments/frontend-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ spec:
2525
resources:
2626
requests:
2727
memory: "500Mi"
28-
cpu: "250m"
28+
cpu: "200m"
2929
limits:
3030
memory: "500Mi"
31-
cpu: "500m"
31+
cpu: "400m"
3232
restartPolicy: Always

kubernetes/deployments/question-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ spec:
2626
resources:
2727
requests:
2828
memory: "500Mi"
29-
cpu: "250m"
29+
cpu: "200m"
3030
limits:
3131
memory: "500Mi"
32-
cpu: "500m"
32+
cpu: "400m"
3333
restartPolicy: Always

kubernetes/deployments/user-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ spec:
4141
resources:
4242
requests:
4343
memory: "500Mi"
44-
cpu: "250m"
44+
cpu: "200m"
4545
limits:
4646
memory: "500Mi"
47-
cpu: "500m"
47+
cpu: "400m"
4848
restartPolicy: Always

0 commit comments

Comments
 (0)