Skip to content

Commit

Permalink
[besu] default security context
Browse files Browse the repository at this point in the history
Signed-off-by: adityajoshi12 <[email protected]>
  • Loading branch information
adityajoshi12 committed Jul 14, 2023
1 parent a9210f7 commit 3646d46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,8 @@ spec:
metrics:
enabled: {{ peer.metrics.enabled | default(false)}}
port: {{ peer.metrics.port | default(9545) }}

securityContext:
runAsUser: 1000
runAsGroup: 3000
fsGroup: 3000
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,8 @@ spec:
metrics:
enabled: {{ peer.metrics.enabled | default(false)}}
port: {{ peer.metrics.port | default(9545) }}

securityContext:
runAsUser: 1000
runAsGroup: 3000
fsGroup: 3000

0 comments on commit 3646d46

Please sign in to comment.