Skip to content
/ taxi Public
forked from sbose78/taxi

A taxi booking application repo containing source code, build CI pipelines and deployment CD pipelines

License

Notifications You must be signed in to change notification settings

xiujuan95/taxi

 
 

Repository files navigation

The Taxi App.

About

This repository contains the source code, deployment manifests and CI/CD pipelines for the taxi application.

Application Source code.

The application source code resides in the src directory.

Pipelines

The pipelines that power the CI and CD jobs for this repository have been defined as Tekton Tasks & Tekton Pipeline definitions.

CI

The CI pipeline does the following:

  • Validates any changes made to deployment manifests.
  • Builds an image and pushes it to the registry.

CD

The CD pipeline deploys the kubernetes manifests of the taxi app to the dev environment.

About

A taxi booking application repo containing source code, build CI pipelines and deployment CD pipelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 37.0%
  • Go 27.0%
  • HTML 22.4%
  • Dockerfile 13.6%