From 744eb5fec96e7904165e9e3d6128054fe5db3197 Mon Sep 17 00:00:00 2001 From: Martyn Date: Sun, 28 Jun 2026 17:37:06 +0200 Subject: [PATCH] App for tududi --- app-of-apps/tududi.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app-of-apps/tududi.yaml diff --git a/app-of-apps/tududi.yaml b/app-of-apps/tududi.yaml new file mode 100644 index 0000000..5ac5181 --- /dev/null +++ b/app-of-apps/tududi.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: tududi + namespace: argocd +spec: + destination: + namespace: tududi + server: https://kubernetes.default.svc + project: default + source: + path: apps-kustomized/tududi + repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos.git + targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true