Skip to content

vntechies/013-demo-gitops

 
 

Repository files navigation

demo-public

IaC GitOps

Infra

Application GitOps

app

ArgoCD structure

├── application
│   └── ap-southeast-1
│       ├── managed
│       │   ├── apps
│       │   │   ├── argo-rollout.yaml
│       │   │   ├── argocd.yaml
│       │   │   ├── atlantis.yaml
│       │   │   ├── http-echo.yaml
│       │   │   ├── linkerd-viz.yaml
│       │   │   ├── linkerd.yaml
│       │   │   └── minimalapp.yaml
│       │   ├── base
│       │   │   ├── argocd-project.yaml
│       │   │   └── manifests.yaml
│       │   └── infra
│       │       ├── cert-manager.yaml
│       │       ├── crossplane.yaml
│       │       ├── external-dns.yaml
│       │       ├── ingress-public.yaml
│       │       └── linkerd
│       │           ├── linkerd-crds.yaml
│       │           ├── linkerd-viz.yaml
│       │           └── linkerd.yaml
│       └── manifests
│           ├── ProviderInstall.yaml
│           ├── app-rollout-demo.yaml
│           ├── argocd.yaml
│           ├── cert-manager.yaml
│           ├── linkerd.yaml
│           ├── postgres.yaml
│           ├── providerawsconfig.yaml
│           └── s3-test-bucket.yaml

Sample Application

sample-application

About

gitops for whatever engineer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HCL 100.0%