https://github.com/albertoimpl/vanilla-oss-gateway
https://github.com/albertoimpl/vanilla-oss-gateway
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/albertoimpl/vanilla-oss-gateway
- Owner: Albertoimpl
- Created: 2020-03-27T16:11:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T10:48:28.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T21:28:01.966Z (about 1 year ago)
- Language: Smarty
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Publishing the image
```bash
./gradlew jib --image=albertoimpl/vanilla-oss-gateway:0.0.1
```
# Local development
```bash
skaffold dev
```
```bash
curl localhost:3000/actuator/health
```
# Testing helm chart
```bash
helm install --dry-run --debug my-gateway ./chart/spring-cloud-gateway
```
# Installing the helm chart
```bash
helm install my-gateway ./chart/spring-cloud-gateway
```