File tree Expand file tree Collapse file tree 6 files changed +26
-10
lines changed
templates/event-reporters Expand file tree Collapse file tree 6 files changed +26
-10
lines changed Original file line number Diff line number Diff line change @@ -170,14 +170,19 @@ SHARDING_ALGORITHM:
170
170
name : cluster-event-reporter-cmd-params-cm
171
171
key : sharding.algorithm
172
172
optional : true
173
- SOURCES_SERVER :
173
+ ARGO_GATEWAY_URL :
174
174
valueFrom :
175
175
configMapKeyRef :
176
176
name : cluster-event-reporter-cmd-params-cm
177
- key : sources .server
177
+ key : argo-gateway .server
178
178
THREADINESS :
179
179
valueFrom :
180
180
configMapKeyRef :
181
181
name : cluster-event-reporter-cmd-params-cm
182
182
key : threadiness
183
+ RESOURCE_THREADINESS :
184
+ valueFrom :
185
+ configMapKeyRef :
186
+ name : cluster-event-reporter-cmd-params-cm
187
+ key : resource.threadiness
183
188
{{- end -}}
Original file line number Diff line number Diff line change 2
2
argocd.server : {{ include "codefresh-gitops-runtime.argocd.server.no-protocol-url" . }}
3
3
redis.server : {{ include "codefresh-gitops-runtime.argocd.redis.url" . }}
4
4
repo.server : {{ include "codefresh-gitops-runtime.argocd.reposerver.url" . }}
5
- sources.server : http://argo-gateway
5
+ argo-gateway.server : http://argo-gateway
6
+ resource.threadiness : ' 100'
6
7
app.queue.size : ' 1000'
7
8
max.app.retries : ' 5'
8
9
threadiness : ' 100'
Original file line number Diff line number Diff line change @@ -170,14 +170,19 @@ SHARDING_ALGORITHM:
170
170
name : runtime-event-reporter-cmd-params-cm
171
171
key : sharding.algorithm
172
172
optional : true
173
- SOURCES_SERVER :
173
+ ARGO_GATEWAY_URL :
174
174
valueFrom :
175
175
configMapKeyRef :
176
176
name : runtime-event-reporter-cmd-params-cm
177
- key : sources .server
177
+ key : argo-gateway .server
178
178
THREADINESS :
179
179
valueFrom :
180
180
configMapKeyRef :
181
181
name : runtime-event-reporter-cmd-params-cm
182
182
key : threadiness
183
+ RESOURCE_THREADINESS :
184
+ valueFrom :
185
+ configMapKeyRef :
186
+ name : runtime-event-reporter-cmd-params-cm
187
+ key : resource.threadiness
183
188
{{- end -}}
Original file line number Diff line number Diff line change 2
2
argocd.server : {{ include "codefresh-gitops-runtime.argocd.server.no-protocol-url" . }}
3
3
redis.server : {{ include "codefresh-gitops-runtime.argocd.redis.url" . }}
4
4
repo.server : {{ include "codefresh-gitops-runtime.argocd.reposerver.url" . }}
5
- sources.server : http://argo-gateway
5
+ argo-gateway.server : http://argo-gateway
6
+ resource.threadiness : ' 10'
6
7
app.queue.size : ' 1000'
7
8
max.app.retries : ' 5'
8
9
threadiness : ' 100'
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ tests:
262
262
- ./values/external-argocd-values.yaml
263
263
asserts :
264
264
- equal :
265
- path : data["sources .server"]
265
+ path : data["argo-gateway .server"]
266
266
value : http://argo-gateway
267
267
268
268
- it : runtime-event-reporter ConfigMap should have valid Repo Server URL
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ global:
201
201
image :
202
202
registry : quay.io
203
203
repository : codefresh/dev/cf-argocd-extras
204
- tag : cr-30629-resource-reporter-workqueu-2-66d7459
204
+ tag : cr-30629-resource-reporter-workqueu-2-7aefaaf
205
205
nodeSelector : {}
206
206
tolerations : []
207
207
affinity : {}
@@ -717,7 +717,7 @@ argo-gateway:
717
717
image :
718
718
registry : quay.io
719
719
repository : codefresh/dev/cf-argocd-extras
720
- tag : cr-30629-resource-reporter-workqueu-2-66d7459
720
+ tag : cr-30629-resource-reporter-workqueu-2-7aefaaf
721
721
nodeSelector : {}
722
722
tolerations : []
723
723
affinity : {}
@@ -758,4 +758,8 @@ argo-gateway:
758
758
759
759
event-reporters :
760
760
runtime-event-reporter : {}
761
- cluster-event-reporter : {}
761
+ cluster-event-reporter :
762
+ resources :
763
+ requests :
764
+ memory : " 512Mi"
765
+ cpu : " 256m"
You can’t perform that action at this time.
0 commit comments