modified: services/monitoring/deploy/alloy/node-scraper/helm-values.yaml
This commit is contained in:
@@ -11,6 +11,14 @@ controller:
|
||||
hostPath:
|
||||
path: /etc/machine-id
|
||||
|
||||
tolerations:
|
||||
- key: "node-role.kubernetes.io/control-plane"
|
||||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
- key: "infra.limbosolutions.com/dedicated"
|
||||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
|
||||
alloy:
|
||||
mounts:
|
||||
varlog: true # Mounts /var/log from the host (persistent journal)
|
||||
|
||||
Reference in New Issue
Block a user