Skip to content

Commit 252659d

Browse files
Resource requests (#26)
* add custom requests * fix
1 parent 4738028 commit 252659d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

csdp/base/app-proxy/app-proxy.deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
resources:
143143
requests:
144144
memory: "256Mi"
145-
ephemeral-storage: "4Gi"
145+
ephemeral-storage: "2Gi"
146146
cpu: "100m"
147147
limits:
148148
memory: "1500Mi"

csdp/base/argo-cd/kustomization.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,15 @@ patches:
4343
- op: add
4444
path: /spec/ports/1/appProtocol
4545
value: grpc
46+
47+
- target:
48+
name: argocd-repo-server
49+
kind: Deployment
50+
group: apps
51+
version: v1
52+
patch: |-
53+
- op: add
54+
path: /spec/template/spec/containers/0/resources
55+
value:
56+
requests:
57+
ephemeral-storage: 1Gi

csdp/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ configMapGenerator:
1111
- name: codefresh-cm
1212
behavior: create
1313
literals:
14-
- version=0.0.440
14+
- version=0.0.441

0 commit comments

Comments
 (0)