Skip to content

Commit

Permalink
chore(k8s-infra): tolerate all nodes in otel-agent daemonset as defau…
Browse files Browse the repository at this point in the history
…lt (#423)

Signed-off-by: Prashant Shahi <[email protected]>
  • Loading branch information
prashant-shahi committed Apr 4, 2024
1 parent bbadfb4 commit 459817c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/k8s-infra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: k8s-infra
description: Helm chart for collecting metrics and logs in K8s
type: application
version: 0.11.4
version: 0.11.5
appVersion: "0.88.0"
home: https://signoz.io
icon: https://signoz.io/img/SigNozLogo-orange.svg
Expand Down
3 changes: 2 additions & 1 deletion charts/k8s-infra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,8 @@ otelAgent:
nodeSelector: {}

# -- Toleration labels for OtelAgent pod assignment
tolerations: []
tolerations:
- operator: Exists

# -- Affinity settings for OtelAgent pod
affinity: {}
Expand Down

0 comments on commit 459817c

Please sign in to comment.