File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
template-java/overlays/dev Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ helmCharts:
2828 autoscaling :
2929 enabled : true
3030 minReplicas : 1
31- maxReplicas : 2
31+ maxReplicas : 1
3232 targetCPUUtilizationPercentage : 80
3333
3434 resources :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ commonLabels:
66helmCharts :
77 - name : devxp-app
88 releaseName : devxp-app
9- version : 0.2.81
9+ version : 0.2.82
1010 repo : https://devxp-tech.github.io/helm-charts
1111 valuesInline :
1212 name : hotrod
Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ helmCharts:
3131 autoscaling :
3232 enabled : true
3333 minReplicas : 1
34- maxReplicas : 2
34+ maxReplicas : 1
3535 targetCPUUtilizationPercentage : 80
3636 resources :
3737 requests :
38- memory : 256Mi
39- cpu : 100m
38+ memory : 128Mi
39+ cpu : 20m
4040 limits :
41- memory : 512Mi
42- cpu : 200m
41+ memory : 256Mi
42+ cpu : 80m
4343 monitoring :
4444 serviceMonitor :
4545 enabled : true
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ commonLabels:
99helmCharts :
1010 - name : devxp-app
1111 releaseName : devxp-app
12- version : 0.2.81
12+ version : 0.2.82
1313 repo : https://devxp-tech.github.io/helm-charts
1414 valuesInline :
1515 name : teste-loki
@@ -47,5 +47,5 @@ helmCharts:
4747 autoscaling :
4848 enabled : true
4949 minReplicas : 1
50- maxReplicas : 2
50+ maxReplicas : 1
5151 targetCPUUtilizationPercentage : 80
You can’t perform that action at this time.
0 commit comments