Skip to content

pro12221/ArgoCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

使用 ArgoCD 安装 efk 日志系统

目录结构

ArgoCD/
├── apps/
│   ├── es.yaml
│   └── kafka.yaml
├── charts/
│   ├── elasticsearch/
│   └── kafka/
├── values/                      # 新增的目录
│   ├── es-prod-values.yaml      # 生产环境的es配置
│   └── kafka-prod-values.yaml   # 生产环境的kafka配置
└── root/
    └── root-app.yaml

About

ArgoCDtest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors