Skip to content

safe2008/ArgoCD_TestResources

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 

Repository files navigation

ArgoCD_TestResources

ArgoCD 예제를 위한 쿠버네티스 리소스 저장소 입니다.


디렉터리 및 파일 구조는 아래와 같습니다.

└── /resources
    ├── /base # 기본 manifest 리소스 
    │   ├── deployment.yaml
    │   └── service.yaml
    │
    ├── /helm # helm chart를 사용한 manifest 리소스
    │   ├── /templates
    │   │   ├── deployment.yaml
    │   │   └── service.yaml
    │   ├── Chart.yaml
    │   └── values.yaml
    │
    └── /helm-rollout # helm chart 및 Argo Rollouts를 사용한 manifest 리소스
        ├── /templates
        │   ├── rollout.yaml
        │   ├── service-active.yaml # Blue 전용 service 
        │   └── service-preview.yaml # Green 전용 service 
        ├── Chart.yaml
        └── values.yaml

About

ArgoCD 예제를 위한 쿠버네티스 리소스 저장소 입니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors