From d8419c0e7525cef321631d17d101c49f56d6bfcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 7 Jun 2026 21:43:49 +0000 Subject: [PATCH] move monitoring to services --- {monitoring => services/monitoring}/.sops.yaml | 0 {monitoring => services/monitoring}/README.md | 0 .../monitoring}/deploy/flux/.env.d/.gitignore | 0 .../monitoring}/deploy/flux/kustomization.yaml | 1 + .../monitoring}/deploy/flux/prometheus-app-sync.yaml | 0 .../monitoring}/deploy/flux/promtail-app-sync.yaml | 0 .../deploy/prometheus/helm/01-only-crd-and-operator.yaml | 0 .../monitoring}/deploy/prometheus/helm/02-kube-metrics.yaml | 0 .../monitoring}/deploy/prometheus/helm/03-node-exporter.yaml | 0 .../monitoring}/deploy/prometheus/helm/04-kubelet.yaml | 0 .../monitoring}/deploy/prometheus/helm/helm-release.yaml | 0 .../monitoring}/deploy/prometheus/helm/helm-repo.yaml | 0 .../monitoring}/deploy/prometheus/helm/original-values.yaml | 0 .../monitoring}/deploy/prometheus/kustomization.yaml | 0 .../monitoring}/deploy/prometheus/prometheus-agent.yaml | 0 .../monitoring}/deploy/promtail/helm-release.yaml | 0 .../monitoring}/deploy/promtail/helm-repo.yaml | 0 .../monitoring}/deploy/promtail/helm-values.private.yaml | 0 .../monitoring}/deploy/promtail/helm-values.yaml | 0 .../monitoring}/deploy/promtail/kustomization.yaml | 0 {monitoring => services/monitoring}/ops-scripts/apply-flux.sh | 0 {monitoring => services/monitoring}/prometheus/deploy/README.md | 0 22 files changed, 1 insertion(+) rename {monitoring => services/monitoring}/.sops.yaml (100%) rename {monitoring => services/monitoring}/README.md (100%) rename {monitoring => services/monitoring}/deploy/flux/.env.d/.gitignore (100%) rename {monitoring => services/monitoring}/deploy/flux/kustomization.yaml (90%) rename {monitoring => services/monitoring}/deploy/flux/prometheus-app-sync.yaml (100%) rename {monitoring => services/monitoring}/deploy/flux/promtail-app-sync.yaml (100%) rename {monitoring => services/monitoring}/deploy/prometheus/helm/01-only-crd-and-operator.yaml (100%) rename {monitoring => services/monitoring}/deploy/prometheus/helm/02-kube-metrics.yaml (100%) rename {monitoring => services/monitoring}/deploy/prometheus/helm/03-node-exporter.yaml (100%) rename {monitoring => services/monitoring}/deploy/prometheus/helm/04-kubelet.yaml (100%) rename {monitoring => services/monitoring}/deploy/prometheus/helm/helm-release.yaml (100%) rename {monitoring => services/monitoring}/deploy/prometheus/helm/helm-repo.yaml (100%) rename {monitoring => services/monitoring}/deploy/prometheus/helm/original-values.yaml (100%) rename {monitoring => services/monitoring}/deploy/prometheus/kustomization.yaml (100%) rename {monitoring => services/monitoring}/deploy/prometheus/prometheus-agent.yaml (100%) rename {monitoring => services/monitoring}/deploy/promtail/helm-release.yaml (100%) rename {monitoring => services/monitoring}/deploy/promtail/helm-repo.yaml (100%) rename {monitoring => services/monitoring}/deploy/promtail/helm-values.private.yaml (100%) rename {monitoring => services/monitoring}/deploy/promtail/helm-values.yaml (100%) rename {monitoring => services/monitoring}/deploy/promtail/kustomization.yaml (100%) rename {monitoring => services/monitoring}/ops-scripts/apply-flux.sh (100%) rename {monitoring => services/monitoring}/prometheus/deploy/README.md (100%) diff --git a/monitoring/.sops.yaml b/services/monitoring/.sops.yaml similarity index 100% rename from monitoring/.sops.yaml rename to services/monitoring/.sops.yaml diff --git a/monitoring/README.md b/services/monitoring/README.md similarity index 100% rename from monitoring/README.md rename to services/monitoring/README.md diff --git a/monitoring/deploy/flux/.env.d/.gitignore b/services/monitoring/deploy/flux/.env.d/.gitignore similarity index 100% rename from monitoring/deploy/flux/.env.d/.gitignore rename to services/monitoring/deploy/flux/.env.d/.gitignore diff --git a/monitoring/deploy/flux/kustomization.yaml b/services/monitoring/deploy/flux/kustomization.yaml similarity index 90% rename from monitoring/deploy/flux/kustomization.yaml rename to services/monitoring/deploy/flux/kustomization.yaml index 81319e8..78e1dad 100644 --- a/monitoring/deploy/flux/kustomization.yaml +++ b/services/monitoring/deploy/flux/kustomization.yaml @@ -3,6 +3,7 @@ kind: Kustomization namespace: monitoring resources: - promtail-app-sync.yaml + - prometheus-app-sync.yaml secretGenerator: - name: flux-sops-age files: diff --git a/monitoring/deploy/flux/prometheus-app-sync.yaml b/services/monitoring/deploy/flux/prometheus-app-sync.yaml similarity index 100% rename from monitoring/deploy/flux/prometheus-app-sync.yaml rename to services/monitoring/deploy/flux/prometheus-app-sync.yaml diff --git a/monitoring/deploy/flux/promtail-app-sync.yaml b/services/monitoring/deploy/flux/promtail-app-sync.yaml similarity index 100% rename from monitoring/deploy/flux/promtail-app-sync.yaml rename to services/monitoring/deploy/flux/promtail-app-sync.yaml diff --git a/monitoring/deploy/prometheus/helm/01-only-crd-and-operator.yaml b/services/monitoring/deploy/prometheus/helm/01-only-crd-and-operator.yaml similarity index 100% rename from monitoring/deploy/prometheus/helm/01-only-crd-and-operator.yaml rename to services/monitoring/deploy/prometheus/helm/01-only-crd-and-operator.yaml diff --git a/monitoring/deploy/prometheus/helm/02-kube-metrics.yaml b/services/monitoring/deploy/prometheus/helm/02-kube-metrics.yaml similarity index 100% rename from monitoring/deploy/prometheus/helm/02-kube-metrics.yaml rename to services/monitoring/deploy/prometheus/helm/02-kube-metrics.yaml diff --git a/monitoring/deploy/prometheus/helm/03-node-exporter.yaml b/services/monitoring/deploy/prometheus/helm/03-node-exporter.yaml similarity index 100% rename from monitoring/deploy/prometheus/helm/03-node-exporter.yaml rename to services/monitoring/deploy/prometheus/helm/03-node-exporter.yaml diff --git a/monitoring/deploy/prometheus/helm/04-kubelet.yaml b/services/monitoring/deploy/prometheus/helm/04-kubelet.yaml similarity index 100% rename from monitoring/deploy/prometheus/helm/04-kubelet.yaml rename to services/monitoring/deploy/prometheus/helm/04-kubelet.yaml diff --git a/monitoring/deploy/prometheus/helm/helm-release.yaml b/services/monitoring/deploy/prometheus/helm/helm-release.yaml similarity index 100% rename from monitoring/deploy/prometheus/helm/helm-release.yaml rename to services/monitoring/deploy/prometheus/helm/helm-release.yaml diff --git a/monitoring/deploy/prometheus/helm/helm-repo.yaml b/services/monitoring/deploy/prometheus/helm/helm-repo.yaml similarity index 100% rename from monitoring/deploy/prometheus/helm/helm-repo.yaml rename to services/monitoring/deploy/prometheus/helm/helm-repo.yaml diff --git a/monitoring/deploy/prometheus/helm/original-values.yaml b/services/monitoring/deploy/prometheus/helm/original-values.yaml similarity index 100% rename from monitoring/deploy/prometheus/helm/original-values.yaml rename to services/monitoring/deploy/prometheus/helm/original-values.yaml diff --git a/monitoring/deploy/prometheus/kustomization.yaml b/services/monitoring/deploy/prometheus/kustomization.yaml similarity index 100% rename from monitoring/deploy/prometheus/kustomization.yaml rename to services/monitoring/deploy/prometheus/kustomization.yaml diff --git a/monitoring/deploy/prometheus/prometheus-agent.yaml b/services/monitoring/deploy/prometheus/prometheus-agent.yaml similarity index 100% rename from monitoring/deploy/prometheus/prometheus-agent.yaml rename to services/monitoring/deploy/prometheus/prometheus-agent.yaml diff --git a/monitoring/deploy/promtail/helm-release.yaml b/services/monitoring/deploy/promtail/helm-release.yaml similarity index 100% rename from monitoring/deploy/promtail/helm-release.yaml rename to services/monitoring/deploy/promtail/helm-release.yaml diff --git a/monitoring/deploy/promtail/helm-repo.yaml b/services/monitoring/deploy/promtail/helm-repo.yaml similarity index 100% rename from monitoring/deploy/promtail/helm-repo.yaml rename to services/monitoring/deploy/promtail/helm-repo.yaml diff --git a/monitoring/deploy/promtail/helm-values.private.yaml b/services/monitoring/deploy/promtail/helm-values.private.yaml similarity index 100% rename from monitoring/deploy/promtail/helm-values.private.yaml rename to services/monitoring/deploy/promtail/helm-values.private.yaml diff --git a/monitoring/deploy/promtail/helm-values.yaml b/services/monitoring/deploy/promtail/helm-values.yaml similarity index 100% rename from monitoring/deploy/promtail/helm-values.yaml rename to services/monitoring/deploy/promtail/helm-values.yaml diff --git a/monitoring/deploy/promtail/kustomization.yaml b/services/monitoring/deploy/promtail/kustomization.yaml similarity index 100% rename from monitoring/deploy/promtail/kustomization.yaml rename to services/monitoring/deploy/promtail/kustomization.yaml diff --git a/monitoring/ops-scripts/apply-flux.sh b/services/monitoring/ops-scripts/apply-flux.sh similarity index 100% rename from monitoring/ops-scripts/apply-flux.sh rename to services/monitoring/ops-scripts/apply-flux.sh diff --git a/monitoring/prometheus/deploy/README.md b/services/monitoring/prometheus/deploy/README.md similarity index 100% rename from monitoring/prometheus/deploy/README.md rename to services/monitoring/prometheus/deploy/README.md