6 lines
343 B
YAML
6 lines
343 B
YAML
apiVersion: v2
|
|
name: todo-app
|
|
description: A simple Flask-based Todo App hosted in a Docker container with Helm orchestration. The application exposes a single endpoint at '/' that returns 'Todo List'. Uses minimal dependencies and follows 12-factor principles for containerized deployment.
|
|
type: application
|
|
version: 0.1.0
|
|
appVersion: "1.0.0" |