zconger / RPS-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 59.4%Language:SCSS 16.1%Language:CSS 12.2%Language:HTML 6.3%Language:Python 3.8%Language:Shell 1.7%Language:Dockerfile 0.6%