-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added possibility for additional storage mounts #76
base: master
Are you sure you want to change the base?
Added possibility for additional storage mounts #76
Conversation
Hi! Thanks for the pull request! We will review your pull request for inclusion in the helm chart. Just to let you know, we keep an internal copy of our helm charts as well at Safe, and we sync those with this public repository. So if we do end up merging this change, it's possible we will implement it internally first and have it sync to this repo from there. I will update this pull request when the change is merged on this public repo. Some questions about this change:
Cheers! |
Hi @garnold54 , i've discussed this with @wilwer because we are supporting in this project and have similar requirements in another project.
Until now we have hardcoded these additional PV Claims by editing the Yaml for the engine and core deployments, but of course we have to merge these changes with any FME Helm chart release. The goal is to provide something like the "old" way in fmeServerConfig.txt to define additonal network resources via Helm files in a cluster. (If FME Server would automaticall show them under Resources would be nice). |
Ok, I understand the requirements better now! I will file an issue internally for us to take a look at providing this functionality. Thanks! |
refreshed this pr in #107 |
In a customer environment it has become necessary to provide an additional storage mount (for geodata) . The customer would very much prefer that the helm chart provided includes a possibility to mount additional storage that is not used otherwise in FME-Server. This PR aims to fulfill that request.