Skip to content

azconger/RPS-App

 
 

Repository files navigation

RPS-App

This is a simple flask app that was built was originally built for spinnaker-hackaton

The intent was to create an image that would utilize a few environment variables.

Then deploy the app into a kubernetes cluster, with a matching configmap. See k8s manifests in gitops/manifests

A sample Spinnaker pipeline is also saved in the gitops/pipelines folder

How to build the image:

Dockerfile will create a docker image of the Flask App /RPS-App

docker build -t rps .

Environment Variables:

RPS_USER - this is username that gets displayed RPS_VERSION - just a version number that gets added to v0.1.2+ RPS_WEBPORT - if specified determines which port the app runs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 59.3%
  • SCSS 16.1%
  • CSS 12.2%
  • HTML 6.3%
  • Python 3.8%
  • Shell 1.7%
  • Dockerfile 0.6%