diff --git a/argocd/apps/longhorn.yaml b/argocd/apps/longhorn.yaml deleted file mode 100644 index 281d830..0000000 --- a/argocd/apps/longhorn.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: longhorn - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - sources: - - repoURL: https://charts.longhorn.io - chart: longhorn - targetRevision: 1.11.2 - helm: - values: | - preUpgradeChecker: - jobEnabled: false - - repoURL: http://gitea.gitea.svc.cluster.local:3000/gitea/k3s-manifests.git - targetRevision: main - path: manifests/longhorn - destination: - server: https://kubernetes.default.svc - namespace: longhorn-system - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/argocd/apps/metrics.yaml b/argocd/apps/metrics.yaml deleted file mode 100644 index 09a4ce6..0000000 --- a/argocd/apps/metrics.yaml +++ /dev/null @@ -1,39 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: metrics - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - sources: - - repoURL: https://prometheus-community.github.io/helm-charts - chart: kube-prometheus-stack - targetRevision: 82.16.2 - helm: - skipCrds: true - valueFiles: - - $values/manifests/metrics/kube-prometheus-stack-values.yaml - - repoURL: https://victoriametrics.github.io/helm-charts/ - chart: victoria-metrics-single - targetRevision: 0.34.0 - helm: - skipCrds: true - valueFiles: - - $values/manifests/metrics/victoria-metrics-single-values.yaml - - repoURL: http://gitea.gitea.svc.cluster.local:3000/gitea/k3s-manifests.git - targetRevision: main - ref: values - - repoURL: http://gitea.gitea.svc.cluster.local:3000/gitea/k3s-manifests.git - targetRevision: main - path: manifests/metrics - destination: - server: https://kubernetes.default.svc - namespace: metrics - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true