Skip to content

haimb-rapyd/demo-app-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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