Skip to content

ca-gip/hackathon-assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Hackathon-assets

Donation-ui

The docker image is nginx, please use port 80 instead of 8080.

Set the VUE_APP_API_ENDPOINT via env var to the hackathon api, for exemple: http://172.17.0.3:8080

Deploy on docker

docker run -e VUE_APP_API_ENDPOINT=http://172.17.0.3:8080 -p 8081:80 --name hackathon-ui -d cagip/hackathon-ui

Deploy on Kubernetes

kubectl apply -f gke-front-deployment.yml

Donation-api

Unfortunately the developer does not have skill to deploy his applications in Kubernetes

He developed it in 3 days and did his best

You will have to help him and show him the good way

You do the deployment, good luck

MongoDB api database

After creating your assets for the Donation API deployment, you need to deploy a MongoDB database as a prerequisite

A statefulset of 3 nodes as a mongodb replicaset will be created

kubectl apply -f gke-database-mongo.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published