Skip to content

Commit

Permalink
Update README.md, charts
Browse files Browse the repository at this point in the history
  • Loading branch information
jecklgamis committed Dec 20, 2023
1 parent d8e4310 commit 466f436
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

[![Build](https://github.com/jecklgamis/flask-app-example/actions/workflows/build.yml/badge.svg)](https://github.com/jecklgamis/flask-app-example/actions/workflows/build.yml)

An example Flask app using Python 3 and Docker. This is a fairly complete template if you want to bootstrap a REST
API server quickly.
An example Flask app using Python 3 and Docker.

Docker : `docker run -p 8080:8080 -it jecklgamis/flask-app-example:main`

What's in the box?

What's in the box?
* Alpine Linux based Docker image
* Ubuntu Linux based Docker image
* SSL/TLS listener
* Modular route handlers using [Flask Blueprints](https://flask.palletsprojects.com/en/1.1.x/blueprints/)
* [Gunicorn](https://gunicorn.org) WSGI server
Expand Down Expand Up @@ -53,11 +52,6 @@ make run-app-dev-mode-ssl
make smoke-tests
```

## Customizing This Template
* Change all references of `flask-app-example` to suit your project name
* Provide your own server certificates (`server.key` and `server.crt`)
* Add more tests in `smoke-test.py`

## Contributing
Please raise issue or pull request. Thanks for contributing!

Expand Down
2 changes: 1 addition & 1 deletion deployment/k8s/helm/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: flask-app-example
description: An example Spring Boot app using Kotlin
description: A Flask example

# A chart can be either an 'application' or a 'library' chart.
#
Expand Down
2 changes: 1 addition & 1 deletion deployment/k8s/helm/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: jecklgamis/flask-app-example
pullPolicy: IfNotPresent
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "main"

Expand Down

0 comments on commit 466f436

Please sign in to comment.