Skip to content

Monk: Add Monk Kit on main branch#1

Open
rshanreddy wants to merge 1 commit intomainfrom
monk-main-2404152042
Open

Monk: Add Monk Kit on main branch#1
rshanreddy wants to merge 1 commit intomainfrom
monk-main-2404152042

Conversation

@rshanreddy
Copy link
Owner

PR Description: Containerization and Deployment Configuration

Containerization of Frontend Service

I have successfully containerized the static website service for the drone-jammer-location-simulation-frontend. This service is purely frontend-based, utilizing HTML, CSS, and JavaScript files to run a simulation application. There are no backend services or databases involved.

  • Created a Dockerfile named Dockerfile.drone-jammer-location-simulation-frontend to containerize the frontend service.
  • The Dockerfile is based on nginx:alpine and is configured to serve static files, exposing port 80 for HTTP traffic.
  • Verified that the Nginx server starts successfully with no error messages in the container logs.

Monk.io Configuration

I have added the necessary Monk.io configuration files to manage the deployment of the containerized service.

  • Added monk.yaml to define the Monk configuration for the service.
  • Included a MANIFEST file to list all files containing Monk configurations.

Deployment Readiness

The service is ready for deployment and does not require any environment variables or connections to other services at this time. The Dockerfile and Monk.io configurations are complete, and the service should operate correctly when deployed in an environment with all necessary dependencies.

  • To deploy the service, simply merge this PR.
  • The application will be re-deployed on each subsequent push, ensuring the latest version is always running.

Next Steps

Since there are no additional services or configurations provided, no further action is required at this point. If more services are added in the future, we can update the configurations accordingly to handle connections and variables.

@vercel
Copy link

vercel bot commented Apr 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
boids-hackathon ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 15, 2024 8:42pm
boids-hackathon-1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 15, 2024 8:42pm

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

Successfully merging this pull request may close these issues.

1 participant