Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 497 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 497 Bytes

Custom Helm chart

This is the test version of Helm chart that creates deployment, service and ingress of Fleetman app - containerized web application that works on port 80.

The structure is:

├── charts
├── Chart.yaml -> default chart generated with "helm create"
├── templates -> template files
│   ├── deployment-with-service.yaml
│   └── ingress.yaml
└── values.yaml -> default values files, currently NOT used to pass any env vars