pod-porter Maps

Just like in HELM the “Helmsman” uses “Charts”, in pod-porter a “Porter” uses “Maps”. A map is a required file. Also it’s structure is required. The file MUST be named Map.yaml and MUST be located in the root of the of the map.

Map Structure

Key

Description

Required

api_version

The API version of the map (Currently only supports v1)

Yes

name

The name of the map

Yes

description

The description of the map

Yes

version

The version of the map

Yes

app_version

The application version the map is for

Yes

Example Map.yaml
---
api_version: "v1"
name: "mongo"
description: "MongoDB map"
version: "1.0.0"
app_version: "8.0.3"