From 9e5e51733df039529be8b735ff4a6a443551bb4f Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Fri, 21 Aug 2026 20:44:49 -0700 Subject: [PATCH] chore(argocd): add poimen application placeholder --- k8s/argocd/apps/70-poimen.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 k8s/argocd/apps/70-poimen.yaml diff --git a/k8s/argocd/apps/70-poimen.yaml b/k8s/argocd/apps/70-poimen.yaml new file mode 100644 index 0000000..5560730 --- /dev/null +++ b/k8s/argocd/apps/70-poimen.yaml @@ -0,0 +1,28 @@ +# Poimen project collection — manages poimen-memory, poimen-workflows, and poimen +# Each tracks its own prod branch in the Forgejo instance. +# This is a placeholder; uncomment and configure as the repos become available. +# +# apiVersion: argoproj.io/v1alpha1 +# kind: Application +# metadata: +# name: poimen-root +# namespace: argocd +# annotations: +# argocd.argoproj.io/sync-wave: "7" +# spec: +# project: homelab +# source: +# repoURL: https://forgejo.riotpiao.com/rock/poimen.git +# targetRevision: prod +# path: k8s/argocd/apps +# directory: +# recurse: false +# destination: +# server: https://kubernetes.default.svc +# namespace: default # or your target namespace +# syncPolicy: +# automated: +# prune: true +# selfHeal: true +# syncOptions: +# - CreateNamespace=true