Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexmt/demo-app-deploy
- Owner: alexmt
- Created: 2024-04-12T14:41:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T15:33:55.000Z (8 months ago)
- Last Synced: 2024-10-14T22:07:32.669Z (2 months ago)
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`