Skip to content

Commit 062f0f4

Browse files
authored
fix: Make scraper to start on dedicated node (#5664)
### Description Make scraper to start on dedicated node. It helps to avoid timeouts on Eclipse RPC with archival node of Luganodes ### Related issues - Fixes https://github.com/hyperlane-xyz/issues/issues/1431 ### Backward compatibility Yes ### Testing In testnet context Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
1 parent 3ed9d57 commit 062f0f4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

rust/main/helm/hyperlane-agent/templates/scraper-statefulset.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ spec:
7171
affinity:
7272
{{- toYaml . | nindent 8 }}
7373
{{- end }}
74-
{{- with .Values.tolerations }}
7574
tolerations:
76-
{{- toYaml . | nindent 8 }}
77-
{{- end }}
75+
- key: "dedicated"
76+
operator: "Equal"
77+
value: "scraper"
78+
effect: "NoSchedule"
7879
{{- end }}

0 commit comments

Comments
 (0)