Skip to content

Commit

Permalink
Fix tempo permissions after update to v1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Lobbenmeier <stefan.lobbenmeier@objego.de>
  • Loading branch information
StefanLobbenmeierObjego committed Jun 8, 2024
1 parent 0806507 commit 9e0af9d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/tempo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@ tempo:
endpoint: "0.0.0.0:4317"
http:
endpoint: "0.0.0.0:4318"
securityContext: {}
securityContext:
fsGroup: 10001
runAsNonRoot: true
runAsUser: 10001
runAsGroup: 10001
# allowPrivilegeEscalation: false
# capabilities:
# drop:
Expand Down

0 comments on commit 9e0af9d

Please sign in to comment.