Skip to content

Commit

Permalink
fix: Use uid 999 and gid 999 in redis container
Browse files Browse the repository at this point in the history
  • Loading branch information
microamp committed Aug 7, 2024
1 parent 2110708 commit 3a5b2c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/bib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ spec:
drop:
- ALL
readOnlyRootFilesystem: true
runAsUser: 33
runAsGroup: 33
runAsUser: 999
runAsGroup: 999
volumes:
- name: datasets
emptyDir:
Expand Down

0 comments on commit 3a5b2c6

Please sign in to comment.