Skip to content

Commit e6e90ad

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent 857ecc9 commit e6e90ad

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

apps/atlantis/overlays/ops/kustomization.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ helmCharts:
127127

128128
resources:
129129
requests:
130-
memory: 256Mi
131-
cpu: 50m
130+
memory: 128Mi
131+
cpu: 20m
132132
limits:
133-
memory: 512Mi
134-
cpu: 200m
133+
memory: 256Mi
134+
cpu: 80m
135135

136136
volumeClaim:
137137
enabled: true

apps/backstage/overlays/prd/kustomization.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ helmCharts:
9696
primary:
9797
resources:
9898
limits:
99-
cpu: 100m
100-
memory: 256Mi
101-
requests:
102-
cpu: 50m
99+
cpu: 90m
103100
memory: 128Mi
101+
requests:
102+
cpu: 10m
103+
memory: 84Mi
104104
tolerations:
105105
- key: "role"
106106
operator: "Equal"

0 commit comments

Comments
 (0)