Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 700 Bytes

File metadata and controls

24 lines (20 loc) · 700 Bytes

TampaDevs Cloud Apps

Repository non-infrastructure applications that can be deployed to OKD.

Caution

The Tampa.dev Cloud Project has been shutdown. This repo is no longer maintained.

Structure

The structure of this repository can evolve but for now, the structure follows the category at the top level and then each named application will include the Dockerfile, chart, and files needed.

category/
├── app-name/
    |-- README.md
    |-- Dockerfile
    |-- Chart.yaml
    |-- values.yaml
    |-- files/
    │   ├── config.ini
    └── templates/
        ├── kind-deployment.yaml
        ├── kind-secret.yaml
        └── kind-service.yaml