https://github.com/kuadrant/petstore-service-sample
Deploy sample API with Kuadrant integration
https://github.com/kuadrant/petstore-service-sample
Last synced: 9 months ago
JSON representation
Deploy sample API with Kuadrant integration
- Host: GitHub
- URL: https://github.com/kuadrant/petstore-service-sample
- Owner: Kuadrant
- License: apache-2.0
- Archived: true
- Created: 2021-06-16T11:46:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-16T21:04:07.000Z (almost 5 years ago)
- Last Synced: 2025-03-05T02:44:30.964Z (over 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# petstore-service-sample
Deploy sample API with Kuadrant integration
## Deploy the app
Install the Petstore APP in the current k8s context.
```
make install
```
Uninstall
```
make uninstall
```