Skip to content

Commit

Permalink
docs: Add securityContext to provided Kubernetes manifest (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
piano1029 committed Mar 23, 2024
1 parent 8ba90be commit 21c95ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ spec:
labels:
app: shiori
spec:
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
volumes:
- name: app
hostPath:
Expand Down

0 comments on commit 21c95ac

Please sign in to comment.