fix(rest): run as UID 1000 to match PVC file ownership — SQLite needs write access

This commit is contained in:
Will Anderson
2026-04-26 11:06:23 -05:00
parent 58513835e2
commit c6245d1170
@@ -22,6 +22,8 @@ spec:
kubectl.kubernetes.io/restartedAt: "2026-04-24T10:00:00Z"
spec:
securityContext:
runAsUser: 1000
fsGroup: 1000
seccompProfile:
type: RuntimeDefault
containers: