Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexmt/demo-app-deploy

Akuity Adv. GitOps Workshop
https://github.com/alexmt/demo-app-deploy

Last synced: 26 days ago
JSON representation

Akuity Adv. GitOps Workshop

Awesome Lists containing this project

README

        

# Demo Appication Deployment

The repository contains Kubernetes deployment manifests that can be used to deploy the [demo app](https://github.com/akuity-adv-gitops-workshop/demo-app-template).

The repository uses [Kustomize](https://kustomize.io) to define the manifests and contains the following directories:

* `base` - contains the base manifests that are used to deploy the application
* `deployment.yaml` - defines the deployment
* `service.yaml` - defines the service
* `env` - contains the environment specific overlays
* `dev`
* `stage`
* `prod`