Skip to content
Snippets Groups Projects
Verified Commit c162275e authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(tor): Use correct UID for tor

parent 8b7c1172
No related branches found
No related tags found
No related merge requests found
...@@ -43,8 +43,8 @@ spec: ...@@ -43,8 +43,8 @@ spec:
cpu: "1" cpu: "1"
memory: 512Mi memory: 512Mi
securityContext: securityContext:
runAsUser: 994 runAsUser: 101
runAsGroup: 994 runAsGroup: 101
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
runAsNonRoot: true runAsNonRoot: true
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment