From c5f5b4faa32ced4671b127cf2a0caf1bd81f5170 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 14 Sep 2026 12:12:45 +1000 Subject: [PATCH] Cells++ --- services/Cells/application-cells.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 services/Cells/application-cells.yaml diff --git a/services/Cells/application-cells.yaml b/services/Cells/application-cells.yaml new file mode 100644 index 0000000..73bacc3 --- /dev/null +++ b/services/Cells/application-cells.yaml @@ -0,0 +1,25 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cells + namespace: argo-cd +spec: + destination: + server: https://kubernetes.default.svc + namespace: cells + project: default + sources: + - repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog + path: services/Cells + targetRevision: HEAD + - repoURL: https://download.pydio.com/pub/charts/helm + chart: cells + targetRevision: 1.0.1 + helm: + valueFiles: + - $values/services/Cells/values.yaml + - repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog + targetRevision: HEAD + ref: values + syncPolicy: + automated: {}