Observability cleanup and k8s service monitoring (#43) #43
1 changed files with 2 additions and 0 deletions
Fix alloy-k8s: add fsGroup for data directory permissions
commit
e8ec538f28
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue