final apps

This commit is contained in:
2026-05-17 21:41:28 -05:00
parent 3e9a843e1b
commit bc24c00c50
3 changed files with 35 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
# ------------------------------------------------------------------------------
# Platform: external-dns
# Wave 6 — depends on ingress-nginx (wave 5) to have an IP to register
# Configured to sync with Technitium DNS on monorail (10.1.71.32)
# Wave 6 — depends on ingress-nginx (wave 5)
# Multi-source: Helm chart from upstream + ExternalSecret from repo
# ------------------------------------------------------------------------------
apiVersion: argoproj.io/v1alpha1
kind: Application
@@ -12,13 +12,19 @@ metadata:
argocd.argoproj.io/sync-wave: "6"
spec:
project: default
source:
repoURL: https://kubernetes-sigs.github.io/external-dns
chart: external-dns
targetRevision: 1.15.1
helm:
valueFiles:
- values.yaml
sources:
# Source 1: Helm chart from upstream
- repoURL: https://kubernetes-sigs.github.io/external-dns
chart: external-dns
targetRevision: 1.15.1
helm:
valueFiles:
- $values/cluster/platform/external-dns/values.yaml
# Source 2: Repo — values ref + ExternalSecret manifest
- repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
targetRevision: main
path: cluster/platform/external-dns
ref: values
destination:
server: https://kubernetes.default.svc
namespace: external-dns