feat: Add support for Apache Airflow, ArgoCD, Jenkins, and Nexus with corresponding configurations
- Added Apache Airflow with Makefile, README, and values.yaml for deployment. - Introduced ArgoCD with Makefile, README, and values.yaml for GitOps management. - Implemented Jenkins with Makefile, README, and values.yaml for CI/CD automation. - Included Nexus Repository Manager with Makefile, README, and values.yaml for artifact management. - Updated Gitea and Vault configurations for consistency and improved documentation. - Enhanced README files with installation instructions, usage, and configuration details in both English and Chinese.
This commit is contained in:
57
README.md
57
README.md
@@ -10,27 +10,72 @@ This project provides a collection of Helm chart configurations for popular serv
|
||||
|
||||
The following services are currently supported:
|
||||
|
||||
### Databases & Storage
|
||||
|
||||
- ClickHouse
|
||||
- DuckDB
|
||||
- Elasticsearch
|
||||
- etcd
|
||||
- HBase
|
||||
- Kafka
|
||||
- Keycloak
|
||||
- Kibana
|
||||
- Langfuse
|
||||
- MariaDB
|
||||
- Milvus
|
||||
- MinIO
|
||||
- MongoDB
|
||||
- Nginx
|
||||
- OpenTelemetry Collector
|
||||
- Phoenix
|
||||
- MySQL
|
||||
- Neo4j
|
||||
- PostgreSQL
|
||||
- Pulsar
|
||||
- RabbitMQ
|
||||
- RabbitMQ Cluster Operator
|
||||
- Redis
|
||||
- Valkey
|
||||
- Vault
|
||||
- ZooKeeper
|
||||
|
||||
### DevOps & CI/CD
|
||||
|
||||
- ArgoCD
|
||||
- Gitea
|
||||
- Gitea Runner
|
||||
- GitLab
|
||||
- GitLab Runner
|
||||
- Harbor
|
||||
- Jenkins
|
||||
- Nexus
|
||||
|
||||
### Data & Analytics
|
||||
|
||||
- Airflow
|
||||
- Apache Flink
|
||||
|
||||
### Observability & Monitoring
|
||||
|
||||
- Grafana
|
||||
- Kibana
|
||||
- Langfuse
|
||||
- Loki
|
||||
- OpenTelemetry Collector
|
||||
- Phoenix
|
||||
- Prometheus
|
||||
|
||||
### Streaming & API Gateway
|
||||
|
||||
- Apache Pulsar
|
||||
- Kong
|
||||
- Nginx
|
||||
|
||||
### AI & ML
|
||||
|
||||
- LiteLLM
|
||||
- MLflow
|
||||
- Open WebUI
|
||||
|
||||
### Identity & Service Mesh
|
||||
|
||||
- Keycloak
|
||||
- Nacos
|
||||
|
||||
Each service has its own directory under `src/`, containing:
|
||||
|
||||
- `Makefile`: Service-specific configuration
|
||||
|
||||
Reference in New Issue
Block a user