Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

cwza/simple_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and Run

go build -o app
PORT=8080 ./app
curl http://localhost:8080/hello

Deploy to Dockerhub

When you push to master branch the github action will automatically build image and push it to my dockerhub

Deploy to k8s

kubectl create namespace try
cd helm
# One container
helm install --set name=simple-web -n try -f values.yaml simple-web .
# Two container
# helm install --set name=simple-web --set multiple=true -n try -f values.yaml simple-web .
helm delete simple-web --namespace=try

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published