Initial argo deployment

This commit is contained in:
2026-05-17 20:44:31 -05:00
parent 97e9889251
commit 905b4619d6
33 changed files with 1322 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# ------------------------------------------------------------------------------
# cert-manager — Helm Values
# Chart: https://charts.jetstack.io
# ------------------------------------------------------------------------------
# Install CRDs via Helm (recommended — keeps CRDs in sync with chart version)
crds:
enabled: true
# Replicas — 1 is fine for homelab
replicaCount: 1
# Use Cloudflare DNS-01 recursive nameservers (same pattern as Traefik/lightning-lane)
# Only use 1.1.1.1 for DNS-01 challenge resolution — keeps it off internal DNS
extraArgs:
- --dns01-recursive-nameservers-only
- --dns01-recursive-nameservers=1.1.1.1:53
# Prometheus metrics for cinderella-castle
prometheus:
enabled: true
servicemonitor:
enabled: false # enable once Prometheus operator is in-cluster