Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 576 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 576 Bytes

Demo Appication Deployment

The repository contains Kubernetes deployment manifests that can be used to deploy the demo app.

The repository uses Kustomize 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