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