This repository contains configuration (YAML) to deploy the gateway-reference-system to Tanzu Application Platform.
k apply -f namespace.yaml
tanzu service class-claim create backend-postgres --class postgresql-unmanaged --parameter storageGB=1 -n sam
tanzu apps workload apply -f backend/workload.yaml
tanzu apps workload apply -f frontend/workload.yaml
k apply -f gateway/