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-
Notifications
You must be signed in to change notification settings - Fork 0
Smooth-2025/smooth-gitops
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published