Skip to content

Techolution/markteplace-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appmod-pa-demo Marketplace Package

This repository contains everything needed to package appmod-pa-demo as a Kubernetes & Anthos App on Google Cloud Marketplace.

Contents

  • chart/templ/ – Helm chart for appmod-pa-demo
  • schema.yaml – JSON Schema driving the Marketplace UI
  • Dockerfile – Deployer image (Helm onbuild) with Marketplace annotations
  • LICENSE – Apache 2.0 license

Prerequisites

  • Google Cloud SDK & Artifact Registry enabled
  • mpdev CLI installed (see tool-prerequisites)
  • A GKE cluster for testing

Local Testing

  1. Build & push your deployer image:
    export REG=us-docker.pkg.dev/techolution-public/appmod-pa-demo
    docker build -t $REG/deployer:1.0 .
    docker push $REG/deployer:1.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published