Skip to content

fjb4/tanzu-dotnet-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tanzu .NET Web App

This is a sample .NET Steeltoe app that works with Tilt and the Tanzu Application Platform.

Prerequisites

Deploy and Run

You can use either command below to deploy the application:

tanzu apps workload create tanzu-dotnet-web-app \
--git-repo https:/fjb4/tanzu-dotnet-web-app \
--git-branch master \
--type web \
--label app.kubernetes.io/part-of=tanzu-dotnet-web-app \
--label tanzu.app.live.view=true \
--label tanzu.app.live.view.application.flavours=steeltoe \
--label tanzu.app.live.view.application.name=tanzu-dotnet-web-app \
--yes

tanzu apps workload create tanzu-dotnet-web-app -f ./config/workload.yaml --yes

Register Application Accelerator Template

tanzu accelerator create tanzu-dotnet-web-app --git-repository https:/fjb4/tanzu-dotnet-web-app --git-branch master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published