mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-07-16 08:24:45 +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
|
count: 1
|
||||||
|
|
||||||
# Security context for the pod
|
# 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:
|
securityContext:
|
||||||
runAsUser: 1092
|
|
||||||
runAsGroup: 100
|
|
||||||
fsGroup: 100
|
fsGroup: 100
|
||||||
|
|
||||||
# SQLite backend configuration (mutually exclusive with postgres)
|
# SQLite backend configuration (mutually exclusive with postgres)
|
||||||
|
|||||||
Reference in New Issue
Block a user