File tree Expand file tree Collapse file tree 4 files changed +43
-4
lines changed
app-proxy/_components/codefresh-base
argo-cd/_components/codefresh-base
argo-events/_components/codefresh-base Expand file tree Collapse file tree 4 files changed +43
-4
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,18 @@ resources:
13
13
- app-proxy.role.yaml
14
14
- app-proxy.cm.yaml
15
15
- ingress.yaml
16
+
17
+ pathches :
18
+ - target :
19
+ name : cap-app-proxy
20
+ kind : Deployment
21
+ group : apps
22
+ version : v1
23
+ patch : |-
24
+ - op: add
25
+ path: /spec/template/spec/containers/0/resources
26
+ value:
27
+ requests:
28
+ memory: 512Mi
29
+ limits:
30
+ memory: 1Gi
Original file line number Diff line number Diff line change @@ -55,3 +55,27 @@ patches:
55
55
ephemeral-storage: 2Gi
56
56
limits:
57
57
ephemeral-storage: 4Gi
58
+
59
+ - target :
60
+ name : argocd-application-controller
61
+ kind : Deployment
62
+ group : apps
63
+ version : v1
64
+ patch : |-
65
+ - op: add
66
+ path: /spec/template/spec/containers/0/resources
67
+ value:
68
+ requests:
69
+ memory: 300Mi
70
+
71
+ - target :
72
+ name : argocd-applicationset-controller
73
+ kind : StatefulSet
74
+ group : apps
75
+ version : v1
76
+ patch : |-
77
+ - op: add
78
+ path: /spec/template/spec/containers/0/resources
79
+ value:
80
+ requests:
81
+ memory: 300Mi
Original file line number Diff line number Diff line change 14
14
resources :
15
15
limits :
16
16
cpu : 500m
17
- memory : 8Gi
17
+ memory : 4Gi
18
18
ephemeral-storage : 2Gi
19
19
requests :
20
20
cpu : 200m
21
- memory : 500Mi
21
+ memory : 1Gi
22
22
ephemeral-storage : 2Gi
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ configMapGenerator:
12
12
- name : codefresh-cm
13
13
behavior : create
14
14
literals :
15
- - version=0.0.521 # Runtime version
16
- - bootstrapRevision=0.0.521 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
15
+ - version=0.0.522 # Runtime version
16
+ - bootstrapRevision=0.0.522 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
17
17
- appsetRequeueTime=15
18
18
19
19
replacements :
You can’t perform that action at this time.
0 commit comments