Unit Tests with H2 Integration
New features since v3.0.0 release, for Post: 'Managing Applications Across Multiple Kubernetes Environments with Istio: Part 1/2':
- Basic unit tests for a demo of H2
- Unit tests use H2 instead if requiring PostgreSQL instance (use default Spring Profile)
- New Jenkins Pipelines (Jenkinsfiles)
- Continuous Integration with two publishing options
- Build/Publish Docker Image
- Build GKE Environments and deploy v1 to dev
- Smoke and Integration Test (currently targets minikube)
- Complete minikube environment files, with and without PostgreSQL local
- Option to deploy PostgreSQL to GKE, but doesn't work with Istio, yet.