apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: uptime-kuma namespace: uptime-kuma labels: platform.dgse.cloud/cluster: artemis finalizers: - resources-finalizer.argocd.argoproj.io spec: project: uptime-kuma source: repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git' path: manifests/artemis/uptime-kuma targetRevision: HEAD destination: namespace: uptime-kuma name: in-cluster syncPolicy: syncOptions: - CreateNamespace=true automated: prune: true selfHeal: true