Replies: 1 comment 3 replies
-
Hey @am486dx, we talked about this a few times on Discord, did you make any progress on this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi - huge fan of Voyager btw :)
We're hoping to deploy Kubernetes on Janeway, but Kubernetes can't mount/persist directories with application code in them like Docker does - it will simply overwrite the folder. This is only an issue for the
src/
folder, which stores both application state information (like the logos + articles) and important code for the application.My (hopefully) quick question is, do you know which subdirectories in
/src
store application state information? If only/files
and/media
and/textures
are modified, for example, Kubernetes setup should be quite easy, we can mount/persist those folders within/src
. However, if application state information is stored in many subdirectories all over/src
, the amount of volume mounts required would become infeasible.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions