Skip to content

MoOyeg/testflask-helm-repo

Repository files navigation

testflask-helm-repo

Sample helm Chart for a Flask Python Application on Openshift

Pre-Requisites:

  • Helm Command Line

The Application being used is testFlask

To run from Local Helm Charts

1 Clone this repo
2 Change directory into repo
3 Run a helm install of the Application Build in a namespace
e.g helm install testflask-build ./charts/testflask-build-source/ --namespace appdev
4 Run a helm install of the Application Deployment in a namespace
e.g helm install testflask-deploy ./charts/testflask-deployment/ --namespace appdev

To run from Helm Repo

1 Add Helm Repo
helm repo add testflask-repo https://mooyeg.github.io/testflask-helm-repo
2 Update Helm Repos
helm repo update
3 Run a helm install of the Application Build in a namespace
e.g helm install testflask-build testflask-repo/testflask-build-source -n appdev
4 Run a helm install of the Application Deployment in a namespace
e.g. helm install testflask-deploy testflask-repo/testflask-deployment -n appdev

To Uninstall

1 helm uninstall testflask-deploy -n appdev
2 helm uninstall testflask-build -n appdev

Create Helm Chart Repo that shows up in Developer Perspective

1 oc create -f ./openshift-helm-repo.yaml

About

Personal Helm Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published