mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-07-16 00:14:44 +00:00
Updating filesystem settings to prevent issues
This commit is contained in:
committed by
Dustin J. Mitchell
parent
583d7dbe63
commit
ed3b5553fa
@ -53,9 +53,10 @@ replicas:
|
||||
count: 1
|
||||
|
||||
# Security context for the pod
|
||||
# NOTE: runAsUser and runAsGroup are intentionally unset.
|
||||
# The Docker entrypoint requires root to chown the data directory and then
|
||||
# drops privileges via su-exec to the taskchampion user (uid 1092).
|
||||
securityContext:
|
||||
runAsUser: 1092
|
||||
runAsGroup: 100
|
||||
fsGroup: 100
|
||||
|
||||
# SQLite backend configuration (mutually exclusive with postgres)
|
||||
|
||||
Reference in New Issue
Block a user