diff --git a/applications/70-monitoring/grafana.yaml b/applications/70-monitoring/grafana.yaml deleted file mode 100644 index 954facf..0000000 --- a/applications/70-monitoring/grafana.yaml +++ /dev/null @@ -1,21 +0,0 @@ ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: grafana - namespace: argocd -spec: - project: default - source: - repoURL: "https://grafana.github.io/helm-charts" - chart: "grafana" - targetRevision: "9.3.2" - destination: - server: "https://kubernetes.default.svc" - namespace: monitoring - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/applications/70-monitoring/loki.yaml b/applications/70-monitoring/loki.yaml deleted file mode 100644 index 77ae863..0000000 --- a/applications/70-monitoring/loki.yaml +++ /dev/null @@ -1,21 +0,0 @@ ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: grafana - namespace: argocd -spec: - project: default - source: - repoURL: "https://grafana.github.io/helm-charts" - chart: "loki" - targetRevision: "6.36.1" - destination: - server: "https://kubernetes.default.svc" - namespace: monitoring - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/applications/70-monitoring/prometheus.yaml b/applications/70-monitoring/prometheus.yaml deleted file mode 100644 index 39f1bb3..0000000 --- a/applications/70-monitoring/prometheus.yaml +++ /dev/null @@ -1,21 +0,0 @@ ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: prometheus - namespace: argocd -spec: - project: default - source: - repoURL: "oci://ghcr.io/prometheus-community/charts/prometheus" - chart: "prometheus" - targetRevision: "27.31.0" - destination: - server: "https://kubernetes.default.svc" - namespace: monitoring - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/deploy/server.yaml b/deploy/server.yaml index e311d6d..bf2c734 100644 --- a/deploy/server.yaml +++ b/deploy/server.yaml @@ -44,11 +44,6 @@ spec: namespace: home-server wave: 7 - - name: deploy-monitoring - path: applications/70-monitoring - namespace: home-server - wave: 8 - template: metadata: name: "{{.name}}"