2026-01-16 19:46:25 +00:00
2026-01-16 19:46:25 +00:00
2026-01-16 19:46:25 +00:00
2026-01-16 19:46:25 +00:00

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
Description
ArgoCD that will manage the applications running in the home server
Readme 33 KiB