Skip to content

YAML to deploy the gateway-reference-system to Tanzu Application Platform

Notifications You must be signed in to change notification settings

p-ssanders/tap-sandbox-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TAP Sandbox

This repository contains configuration (YAML) to deploy the gateway-reference-system to Tanzu Application Platform.

Deployment

  1. k apply -f namespace.yaml
  2. tanzu service class-claim create backend-postgres --class postgresql-unmanaged --parameter storageGB=1 -n sam
  3. tanzu apps workload apply -f backend/workload.yaml
  4. tanzu apps workload apply -f frontend/workload.yaml
  5. k apply -f gateway/