Skip to content

Commit 566b563

Browse files
committed
adding resources to app-proxy and eventbus
1 parent af44960 commit 566b563

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ spec:
142142
resources:
143143
requests:
144144
memory: "256Mi"
145+
ephemeral-storage: "4Gi"
145146
cpu: "100m"
146147
limits:
147-
memory: "2048Mi"
148-
cpu: "2"
148+
memory: "1500Mi"
149+
ephemeral-storage: "6Gi"
150+
cpu: "1500m"

csdp/base/argo-events/eventbus.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,11 @@ spec:
99
native:
1010
replicas: 3
1111
auth: token
12-
containerTemplate: {}
12+
containerTemplate:
13+
resources:
14+
limits:
15+
cpu: 500m
16+
memory: 8Gi
17+
requests:
18+
cpu: 200m
19+
memory: 500Mi

0 commit comments

Comments
 (0)