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

feat(syncthing): Add PSS restricted securityContext

parent 1a64af1c
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,17 @@ spec: ...@@ -53,6 +53,17 @@ spec:
httpGet: httpGet:
path: /rest/noauth/health path: /rest/noauth/health
port: web port: web
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
securityContext:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
seccompProfile:
type: RuntimeDefault
volumeClaimTemplates: volumeClaimTemplates:
- metadata: - metadata:
name: storage name: storage
......
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