fix(sizer-receiver): 🐛 add fsGroup to pod securityContext for PVC write access

Distroless nonroot container (UID 65534) needs matching fsGroup to write
to the PVC used for SQLite migrations.

Ref: IPCEICIS-8514
This commit is contained in:
Daniel Sy 2026-04-15 14:45:27 +02:00
parent 9374d90d1f
commit a3bae88ce9
Signed by untrusted user: danielsy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -16,6 +16,8 @@ spec:
labels:
app: sizer-receiver
spec:
securityContext:
fsGroup: 65534
containers:
- name: receiver
image: edp.buildth.ing/devfw-cicd/forgejo-runner-sizer-receiver:latest