fix(rest): run as UID 1000 to match PVC file ownership — SQLite needs write access
This commit is contained in:
@@ -22,6 +22,8 @@ spec:
|
||||
kubectl.kubernetes.io/restartedAt: "2026-04-24T10:00:00Z"
|
||||
spec:
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
fsGroup: 1000
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
|
||||
Reference in New Issue
Block a user