File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 25
25
26
26
resources :
27
27
requests :
28
- memory : 0.5Gi
29
- cpu : 300m
28
+ memory : 300Mi
29
+ cpu : 30m
30
30
limits :
31
- memory : 0.5Gi
32
- cpu : 400m
31
+ memory : 300Mi
32
+ cpu : 200m
33
33
34
34
imagePullSecrets :
35
35
- name : artifactory-regcred
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 3
6
6
autoscaling :
7
7
enabled : true
8
8
minReplicas : 3
9
- maxReplicas : 6
9
+ maxReplicas : 5
10
10
targetCPUUtilizationPercentage : 80
11
11
12
12
podAnnotations : {}
28
28
29
29
resources :
30
30
requests :
31
- memory : 1Gi
32
- cpu : 400m
31
+ memory : 300Mi
32
+ cpu : 50m
33
33
limits :
34
- memory : 1Gi
35
- cpu : 500m
34
+ memory : 300Mi
35
+ cpu : 200m
36
36
37
37
imagePullSecrets :
38
38
- name : artifactory-regcred
Original file line number Diff line number Diff line change 28
28
29
29
resources :
30
30
requests :
31
- memory : 1Gi
32
- cpu : 400m
31
+ memory : 300Mi
32
+ cpu : 30m
33
33
limits :
34
- memory : 1Gi
35
- cpu : 500m
34
+ memory : 300Mi
35
+ cpu : 200m
36
36
37
37
imagePullSecrets :
38
38
- name : artifactory-regcred
You can’t perform that action at this time.
0 commit comments