mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-15 04:17:43 +08:00
docs: Add securityContext to provided Kubernetes manifest (#859)
This commit is contained in:
parent
8ba90be11f
commit
21c95ac70d
1 changed files with 4 additions and 0 deletions
|
@ -83,6 +83,10 @@ spec:
|
|||
labels:
|
||||
app: shiori
|
||||
spec:
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
fsGroup: 1000
|
||||
volumes:
|
||||
- name: app
|
||||
hostPath:
|
||||
|
|
Loading…
Reference in a new issue