Skip to content

fix(chart): fsGroup per upload media su PVC - #4

Open
r4770 wants to merge 1 commit into
mainfrom
fix/media-fsgroup-upload
Open

fix(chart): fsGroup per upload media su PVC#4
r4770 wants to merge 1 commit into
mainfrom
fix/media-fsgroup-upload

Conversation

@r4770

@r4770 r4770 commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Aggiunge podSecurityContext.fsGroup: 1001 così il PVC dei media (/app/media) è scrivibile dall'utente del container (uid 1001). Senza, il volume Azure è root:root e Payload risponde 400 "problem while uploading the file" su ogni upload. Scoperto durante l'import dei contenuti sul test.

Senza fsGroup il volume Azure è montato root:root e Payload fallisce gli upload
("problem while uploading the file"): il container gira come uid/gid 1001.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant