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

Basic infrastructure setup #101

Open
3 of 5 tasks
pantierra opened this issue Nov 14, 2024 · 6 comments
Open
3 of 5 tasks

Basic infrastructure setup #101

pantierra opened this issue Nov 14, 2024 · 6 comments
Assignees

Comments

@pantierra
Copy link
Collaborator

pantierra commented Nov 14, 2024

We want to deploy a basic app.

  • Create container for app (and backend)
  • Push it to the project's container registry
  • Deploy it via CI on OVH
  • Configure ingress
  • Point gfts.developmentseed.org to it
@pantierra pantierra self-assigned this Nov 14, 2024
@pantierra
Copy link
Collaborator Author

@danielfdsilva do we have some boilerplate app (and api) that we can use to build the deployment?

@pantierra
Copy link
Collaborator Author

@pantierra
Copy link
Collaborator Author

pantierra commented Nov 15, 2024

Let's omit the backend so far, because we don't know, yet, what it is going to be: simple file access (protected), some fastapi, etc. The frontend now has a dockerfile and I am requesting access to the docker registry for upload. @yellowcap can you help me with that, please?

@minrk
Copy link
Collaborator

minrk commented Nov 15, 2024

If you set the image to c63eqfuv.c1.gra9.container-registry.ovh.net/gfts/webapp in the deploy-webapp action, it should be able upload. All images uploaded from this repo should start with c63eqfuv.c1.gra9.container-registry.ovh.net/gfts/.

@pantierra
Copy link
Collaborator Author

Thanks, @minrk. That worked. ❤️

@pantierra
Copy link
Collaborator Author

Short status update:

  • The webapp successfully builds after any commit to relevant directories or files.
  • The build is then pushed to the container registry.
  • Helm charts are used to deploy the application on the project's cluster.

Next up, the application needs to be configured properly.

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

2 participants