Skip to content

Commit f350b15

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent 1793de8 commit f350b15

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

apps/demo-app/overlays/dev/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

apps/hotrod/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ commonLabels:
66
helmCharts:
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

apps/template-java/overlays/dev/kustomization.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

apps/teste-loki/overlays/dev/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ commonLabels:
99
helmCharts:
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

0 commit comments

Comments
 (0)