Skip to content
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

fnserver - deploy apps, functions and triggers by config file #1609

Open
andreav opened this issue Oct 10, 2024 · 1 comment
Open

fnserver - deploy apps, functions and triggers by config file #1609

andreav opened this issue Oct 10, 2024 · 1 comment

Comments

@andreav
Copy link

andreav commented Oct 10, 2024

Description

I'm investigating whether it is possible to pre-configure a docker fn server starting with a config file describing apps, functions images and triggers.

I'm considering running fn server from inside a production environment without the possibility of deploying functions from the outside.
I cannot issue fn deploy from my working machine (or a CD server) using a context referencing my production environment.

My tehorical workflow would be:

  • from develop environment: building and pushing images to a container registry
  • from production environment: start/restart "fn server" with a mounted file containing the functions meta informations needed to let the server build the objects (app, functions, triggers .. )

Thank you.

Output of fn version (CLI command):

Client version is latest version: 0.6.34
Server version:  0.3.750

Additional environment details (OSX, Linux, flags, etc.):

Linux environment

@andreav
Copy link
Author

andreav commented Oct 14, 2024

Also posted on stackoverflow here

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

No branches or pull requests

1 participant