Skip to content

Simple example app that can be used for kubernetes tests

License

Notifications You must be signed in to change notification settings

MRoc/example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-app

Simple example app that can be used for kubernetes tests including metrics.

Local

npm install
npm run start

Docker

docker build -t mroc/example-app .
docker push mroc/example-app
docker run -d -p 3000:3000 --restart=always --name example-app mroc/example-app

Endpoints

Then visit the following endpoints:

Env variable

The example app supports a env variable of name MESSAGE that is shown in the base route.

About

Simple example app that can be used for kubernetes tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published