Skip to content

aebarreiro/my-flux-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

My Flux APP Infra

Here we store the deployment configurations for a test application.

deploy/
├── base/
│   └── app/
│       ├── kustomization.yml
│       └── server.yml
└── overlays/
    ├── dev/
    │   ├── kustomization.yaml
    │   └── namespace.yml
    └── prd/
        ├── kustomization.yaml
        └── namespace.yml
  • base/stores the common manifests for the application.
  • overlay/ stores the configurations for each environment, dev and prd.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published