Skip to content

Commit

Permalink
add securityContext for tempo and otel
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Feb 23, 2024
1 parent 6169677 commit 9e3a512
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/chainlink-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@ opentelemetry-collector:
extraVolumeMounts:
- name: trace-data
mountPath: /tracing
podSecurityContext:
fsGroup: 10001
securityContext:
runAsNonRoot: true
runAsUser: 10001
runAsGroup: 10001
config:
receivers:
otlp:
Expand Down Expand Up @@ -248,6 +254,10 @@ tempo:
port: 3200
initialDelaySeconds: 20
periodSeconds: 10
securityContext:
runAsNonRoot: true
runAsUser: 10001
runAsGroup: 10001

grafana:
enabled: true
Expand Down

0 comments on commit 9e3a512

Please sign in to comment.