https://github.com/garrying/tanzu-java-web-app
https://github.com/garrying/tanzu-java-web-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/garrying/tanzu-java-web-app
- Owner: garrying
- License: apache-2.0
- Created: 2022-09-16T21:07:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T20:16:01.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T07:11:54.595Z (over 1 year ago)
- Language: Java
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tanzu-java-web-app
This is a sample of a Java Spring app that works with Tilt and the Tanzu Application Platform.
## Dependencies
1. [kubectl CLI](https://kubernetes.io/docs/tasks/tools/)
1. [Tilt version >= v0.23.2](https://docs.tilt.dev/install.html)
1. Tanzu CLI and the apps plugin v0.2.0 which are provided as part of [Tanzu Application Platform](https://network.tanzu.vmware.com/products/tanzu-application-platform)
1. A cluster with Tanzu Application Platform, and the "Default Supply Chain", plus its dependencies. This supply chains is part of [Tanzu Application Platform](https://network.tanzu.vmware.com/products/tanzu-application-platform).
## Running the sample
Start the app deployment by running:
```
tilt up
```
You can hit the spacebar to open the UI in a browser.
- > If you see an "Update error" message like the one below, then just follow the instructions and allow that context:
```
Stop! tap-beta2 might be production.
If you're sure you want to deploy there, add:
allow_k8s_contexts('tap-beta2')
to your Tiltfile. Otherwise, switch k8s contexts and restart Tilt.
```