mirror of
https://github.com/jeffusion/gitea-ai-assistant.git
synced 2026-03-27 10:05:50 +00:00
ConfigMap volumes are read-only in K8s, causing EROFS when saving config. Replace ConfigMap-mounted config-overrides.json with a writable emptyDir at /app/data/ and set CONFIG_OVERRIDES_PATH accordingly. The app handles missing override files gracefully (starts with empty overrides). Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)