Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md, charts #5

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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