[ci skip] Add centralized log collection: Loki + Alloy + sysctl DaemonSet
This commit is contained in:
parent
a44dfac721
commit
71ff803978
3 changed files with 219 additions and 69 deletions
|
|
@ -98,3 +98,12 @@ alloy:
|
|||
|
||||
forward_to = [loki.write.default.receiver]
|
||||
}
|
||||
|
||||
# Resource limits for DaemonSet pods
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 128Mi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue