Skip to content

Commit c0d6bb2

Browse files
authored
chore: adjust resources (#20)
* chore: adjust resources Signed-off-by: Bryce McMath <bryce.j.mcmath@gmail.com> * chore: adjust resources Signed-off-by: Bryce McMath <bryce.j.mcmath@gmail.com> * chore: adjust resources Signed-off-by: Bryce McMath <bryce.j.mcmath@gmail.com> --------- Signed-off-by: Bryce McMath <bryce.j.mcmath@gmail.com>
1 parent e63c792 commit c0d6bb2

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

devops/charts/server/values_dev.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ env:
2525

2626
resources:
2727
requests:
28-
memory: 0.5Gi
29-
cpu: 300m
28+
memory: 300Mi
29+
cpu: 30m
3030
limits:
31-
memory: 0.5Gi
32-
cpu: 400m
31+
memory: 300Mi
32+
cpu: 200m
3333

3434
imagePullSecrets:
3535
- name: artifactory-regcred

devops/charts/server/values_prod.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 3
66
autoscaling:
77
enabled: true
88
minReplicas: 3
9-
maxReplicas: 6
9+
maxReplicas: 5
1010
targetCPUUtilizationPercentage: 80
1111

1212
podAnnotations: {}
@@ -28,11 +28,11 @@ env:
2828

2929
resources:
3030
requests:
31-
memory: 1Gi
32-
cpu: 400m
31+
memory: 300Mi
32+
cpu: 50m
3333
limits:
34-
memory: 1Gi
35-
cpu: 500m
34+
memory: 300Mi
35+
cpu: 200m
3636

3737
imagePullSecrets:
3838
- name: artifactory-regcred

devops/charts/server/values_test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ env:
2828

2929
resources:
3030
requests:
31-
memory: 1Gi
32-
cpu: 400m
31+
memory: 300Mi
32+
cpu: 30m
3333
limits:
34-
memory: 1Gi
35-
cpu: 500m
34+
memory: 300Mi
35+
cpu: 200m
3636

3737
imagePullSecrets:
3838
- name: artifactory-regcred

0 commit comments

Comments
 (0)