Skip to content

Commit

Permalink
fix: update sidecar affinity to amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
bragi92 committed Mar 5, 2025
1 parent 08eb440 commit 084f467
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions internal/remotewrite/sidecar.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
prometheus:
prometheusSpec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/arch
operator: In
values:
- amd64
containers:
- env:
- name: INGESTION_URL
Expand Down

0 comments on commit 084f467

Please sign in to comment.