Observability cleanup and k8s service monitoring (#43) #43

Merged
eblume merged 9 commits from feature/observability-cleanup into main 2026-01-22 13:51:02 -08:00
Showing only changes of commit e8ec538f28 - Show all commits

Fix alloy-k8s: add fsGroup for data directory permissions

Erich Blume 2026-01-22 13:04:56 -08:00

View file

@ -15,6 +15,8 @@ spec:
app: alloy
spec:
serviceAccountName: alloy
securityContext:
fsGroup: 473 # alloy user group
containers:
- name: alloy
image: grafana/alloy:v1.5.1