From 40e23206f21befcb2360746703dddf05b12c7c56 Mon Sep 17 00:00:00 2001 From: Chris Rai Date: Sat, 31 Jan 2026 00:11:47 -0500 Subject: [PATCH] Move argocd apps to argocd-apps/development/ --- argocd-apps/development/gateway.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 argocd-apps/development/gateway.yaml diff --git a/argocd-apps/development/gateway.yaml b/argocd-apps/development/gateway.yaml new file mode 100644 index 0000000..721bdf5 --- /dev/null +++ b/argocd-apps/development/gateway.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: gateway + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: https://gitea.mini.cloud.fiskerinc.com/admin/cloud-services.git + targetRevision: main + path: deploy/overlays/development/services/gateway + destination: + server: https://kubernetes.default.svc + namespace: cloud-services + syncPolicy: + automated: + prune: true + selfHeal: true