Skip to content

Commit

Permalink
adding a toleration so prometheus pods don't get scheduled on fargate…
Browse files Browse the repository at this point in the history
… pods
  • Loading branch information
EliseCastle23 committed Aug 28, 2023
1 parent 6bbde2a commit cd4eb14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kube/services/monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1540,6 +1540,11 @@ prometheus-node-exporter:
- --collector.filesystem.fs-types-exclude=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$
service:
portName: http-metrics
tolerations:
- key: eks.amazonaws.com/compute-type
operator: Equal
value: fargate
effect: NoSchedule
prometheus:
monitor:
enabled: true
Expand Down

0 comments on commit cd4eb14

Please sign in to comment.