feat: 🎸 initial commit

This commit is contained in:
2026-01-16 19:46:25 +00:00
commit e1cb2c141f
3 changed files with 111 additions and 0 deletions

27
README.md Normal file
View File

@@ -0,0 +1,27 @@
# ArgoCD GitOps Repository
This repository contains ArgoCD Application definitions and Helm values for deploying applications to the home-server Kubernetes cluster.
## Structure
```
argocd/
├── apps/ # ArgoCD Application manifests
│ └── monitoring.yaml # Monitoring stack (Prometheus + Grafana)
├── charts/ # Helm chart values
│ └── monitoring/
│ └── values.yaml # kube-prometheus-stack values
└── README.md
```
## Usage
1. Push changes to this repo
2. ArgoCD will automatically sync and deploy
## Applications
### Monitoring
- **Prometheus**: Metrics collection and alerting
- **Grafana**: Dashboards and visualization
- **Alertmanager**: Alert routing and management