Skip to content

Smooth-2025/smooth-gitops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

smooth-gitops

저장소 구조

smooth-gitops/
├── argocd/
│   └── applications/
│       ├── accident-app.yaml
│       ├── pothole-app.yaml
│       ├── user-app.yaml
│       ├── user-redis-app.yaml
│       ├── drivecast-app.yaml
│       ├── drivecast-redis-app.yaml
│       ├── driving-analysis-app.yaml
│       ├── driving-analysis-redis-app.yaml
│       ├── test-app.yaml
│       ├── test-redis-app.yaml
│       ├── gateway-app.yaml
│       └── ingress-app.yaml
│
├── manifests/
│   ├── pothole/
│   │   └── base/
│   │       ├── deployment.yaml
│   │       └── service.yaml
│   │
│   ├── accident/
│   │   └── base/
│   │       ├── deployment.yaml
│   │       └── service.yaml
│   │
│   ├── user/
│   │   ├── base/
│   │   │   ├── deployment.yaml
│   │   │   ├── service.yaml
│   │   └── redis/
│   │       ├── redis-deployment.yaml
│   │       └── redis-service.yaml
│   │
│   ├── drivecast/
│   │   ├── base/
│   │   │   ├── deployment.yaml
│   │   │   ├── service.yaml
│   │   └── redis/
│   │       ├── redis-deployment.yaml
│   │       └── redis-service.yaml
│   │
│   ├── driving-analysis/
│   │   ├── base/
│   │   │   ├── deployment.yaml
│   │   │   ├── service.yaml
│   │   └── redis/
│   │       ├── redis-deployment.yaml
│   │       └── redis-service.yaml
│   │
│   ├── test/
│   │   ├── base/
│   │   │   ├── deployment.yaml
│   │   │   └── service.yaml
│   │   └── redis/
│   │       ├── redis-deployment.yaml
│   │       └── redis-service.yaml
│   │
│   └── gateway/
│       └── base/
│           ├── deployment.yaml
│           ├── service.yaml
│           └── configmap.yaml
│
├── ingresses/
│   └── main-ingress.yaml
│
└── README.md

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published