From f864e3dc517ee84fee3b3ce843cb583941bb29c3 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Wed, 15 Jul 2026 15:11:30 -0700 Subject: [PATCH] feat(argocd): remove claude-terminal and blackbox-exporter from phase1 --- k8s/argocd/apps/phase1-hookless-1.yaml | 56 +------------------------- 1 file changed, 1 insertion(+), 55 deletions(-) diff --git a/k8s/argocd/apps/phase1-hookless-1.yaml b/k8s/argocd/apps/phase1-hookless-1.yaml index c7a4f37..689d9b0 100644 --- a/k8s/argocd/apps/phase1-hookless-1.yaml +++ b/k8s/argocd/apps/phase1-hookless-1.yaml @@ -1,4 +1,4 @@ -# Phase 1 — Hookless releases continued: promtail, blackbox-exporter, portainer, claude-terminal +# Phase 1 — Hookless releases continued: promtail, portainer --- apiVersion: argoproj.io/v1alpha1 @@ -27,33 +27,6 @@ spec: syncOptions: - CreateNamespace=true ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: blackbox-exporter - namespace: argocd - annotations: - argocd.argoproj.io/sync-wave: "1" -spec: - project: homelab - source: - repoURL: https://prometheus-community.github.io/helm-charts - chart: prometheus-blackbox-exporter - targetRevision: "~11" - helm: - valueFiles: - - k8s/monitoring/blackbox-exporter-values.yaml - destination: - server: https://kubernetes.default.svc - namespace: monitoring - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true - --- apiVersion: argoproj.io/v1alpha1 kind: Application @@ -80,30 +53,3 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true - ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: claude-terminal - namespace: argocd - annotations: - argocd.argoproj.io/sync-wave: "3" -spec: - project: homelab - source: - repoURL: https://forgejo.riotpiao.homelab.com/riotpiao.com/homelab.git - targetRevision: main - path: k8s/dev-tools - helm: - valueFiles: - - values.yaml - destination: - server: https://kubernetes.default.svc - namespace: dev-tools - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true