[ci skip] Add centralized log collection: Loki + Alloy + sysctl DaemonSet

This commit is contained in:
Viktor Barzin 2026-02-13 23:03:40 +00:00
parent a44dfac721
commit 71ff803978
3 changed files with 219 additions and 69 deletions

View file

@ -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