https://github.com/inadarei/hello-python-helm
Helm Package for Deploying a "Hello World" API in Python/Flask
https://github.com/inadarei/hello-python-helm
Last synced: about 1 month ago
JSON representation
Helm Package for Deploying a "Hello World" API in Python/Flask
- Host: GitHub
- URL: https://github.com/inadarei/hello-python-helm
- Owner: inadarei
- License: mit
- Created: 2022-10-20T18:02:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T17:01:57.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T14:29:39.803Z (8 months ago)
- Language: Smarty
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello, Python!
[](https://artifacthub.io/packages/search?repo=hello-python-helm)
Tiny Containerized Hello App in Python for Kubernetes testing on Arm or Intel architectures.
## Requirements
Working Kubernetes installation and optionally LoadBalancer
## Usage as a Helm Chart
```shell
> helm repo add irakli-py https://raw.githubusercontent.com/inadarei/hello-python-helm/main/charts/
> helm repo update irakli-py
> helm install irakli-hello-py irakli-py/ms-hello-python
```