drop whole repository

This commit is contained in:
2025-03-29 22:28:02 +01:00
parent 37becb446f
commit 88f7e118ba
96 changed files with 93985 additions and 14 deletions

View File

@@ -2,17 +2,98 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Include your own local manifests
- namespace.yaml
- ingress-prometheus.yaml
- ingress-alertmanager.yaml
# Reference the external repositorys manifests as a remote base:
- https://github.com/prometheus-operator/kube-prometheus.git//manifests?ref=main
patchesStrategicMerge:
# Any overlay patches to customize the external manifests, e.g., setting Longhorn as storage
- patch-prometheus.yaml
- patch-alertmanager.yaml
# Optionally set the namespace for the external resources
namespace: monitoring
- manifests/setup/0alertmanagerConfigCustomResourceDefinition.yaml
- manifests/setup/0prometheusruleCustomResourceDefinition.yaml
- manifests/setup/0servicemonitorCustomResourceDefinition.yaml
- manifests/setup/0podmonitorCustomResourceDefinition.yaml
- manifests/setup/0scrapeconfigCustomResourceDefinition.yaml
- manifests/setup/0alertmanagerCustomResourceDefinition.yaml
- manifests/setup/namespace.yaml
- manifests/setup/0thanosrulerCustomResourceDefinition.yaml
- manifests/setup/0prometheusagentCustomResourceDefinition.yaml
- manifests/setup/0prometheusCustomResourceDefinition.yaml
- manifests/setup/0probeCustomResourceDefinition.yaml
- manifests/kubeStateMetrics-clusterRole.yaml
- manifests/kubePrometheus-prometheusRule.yaml
- manifests/prometheusOperator-clusterRoleBinding.yaml
- manifests/kubernetesControlPlane-serviceMonitorKubeScheduler.yaml
- manifests/alertmanager-serviceAccount.yaml
- manifests/nodeExporter-clusterRoleBinding.yaml
- manifests/prometheus-prometheus.yaml
- manifests/prometheus-clusterRoleBinding.yaml
- manifests/grafana-networkPolicy.yaml
- manifests/prometheusOperator-service.yaml
- manifests/kubeStateMetrics-serviceMonitor.yaml
- manifests/prometheus-roleConfig.yaml
- manifests/nodeExporter-prometheusRule.yaml
- manifests/prometheusAdapter-clusterRoleBinding.yaml
- manifests/nodeExporter-daemonset.yaml
- manifests/grafana-prometheusRule.yaml
- manifests/blackboxExporter-clusterRoleBinding.yaml
- manifests/alertmanager-networkPolicy.yaml
- manifests/prometheusAdapter-serviceMonitor.yaml
- manifests/prometheusAdapter-networkPolicy.yaml
- manifests/prometheus-serviceMonitor.yaml
- manifests/prometheus-roleSpecificNamespaces.yaml
- manifests/alertmanager-alertmanager.yaml
- manifests/prometheusOperator-clusterRole.yaml
- manifests/blackboxExporter-serviceMonitor.yaml
- manifests/prometheus-podDisruptionBudget.yaml
- manifests/alertmanager-prometheusRule.yaml
- manifests/kubernetesControlPlane-serviceMonitorApiserver.yaml
- manifests/blackboxExporter-deployment.yaml
- manifests/prometheus-service.yaml
- manifests/alertmanager-secret.yaml
- manifests/prometheus-prometheusRule.yaml
- manifests/nodeExporter-clusterRole.yaml
- manifests/kubeStateMetrics-networkPolicy.yaml
- manifests/kubeStateMetrics-deployment.yaml
- manifests/alertmanager-serviceMonitor.yaml
- manifests/kubeStateMetrics-service.yaml
- manifests/prometheusOperator-networkPolicy.yaml
- manifests/kubeStateMetrics-clusterRoleBinding.yaml
- manifests/prometheusOperator-serviceAccount.yaml
- manifests/nodeExporter-serviceMonitor.yaml
- manifests/prometheusAdapter-deployment.yaml
- manifests/kubeStateMetrics-prometheusRule.yaml
- manifests/alertmanager-service.yaml
- manifests/prometheusOperator-deployment.yaml
- manifests/kubernetesControlPlane-serviceMonitorKubeControllerManager.yaml
- manifests/grafana-serviceMonitor.yaml
- manifests/kubernetesControlPlane-serviceMonitorKubelet.yaml
- manifests/prometheusAdapter-clusterRoleBindingDelegator.y
- manifests/prometheus-clusterRole.yaml
- manifests/prometheusAdapter-clusterRole.yaml
- manifests/prometheus-serviceAccount.yaml
- manifests/alertmanager-podDisruptionBudget.yaml
- manifests/prometheusAdapter-clusterRoleServerResources.yaml
- manifests/blackboxExporter-serviceAccount.yaml
- manifests/prometheusAdapter-service.yaml
- manifests/prometheus-roleBindingSpecificNamespaces.yaml
- manifests/kubeStateMetrics-serviceAccount.yaml
- manifests/prometheus-roleBindingConfig.yaml
- manifests/grafana-service.yaml
- manifests/nodeExporter-service.yaml
- manifests/nodeExporter-networkPolicy.yaml
- manifests/prometheusOperator-prometheusRule.yaml
- manifests/prometheusAdapter-configMap.yaml
- manifests/blackboxExporter-networkPolicy.yaml
- manifests/kubernetesControlPlane-serviceMonitorCoreDNS.yaml
- manifests/prometheusAdapter-clusterRoleAggregatedMetricsReader.yaml
- manifests/prometheusAdapter-serviceAccount.yaml
- manifests/prometheusOperator-serviceMonitor.yaml
- manifests/prometheusAdapter-podDisruptionBudget.yaml
- manifests/blackboxExporter-clusterRole.yaml
- manifests/grafana-deployment.yaml
- manifests/nodeExporter-serviceAccount.yaml
- manifests/blackboxExporter-configuration.yaml
- manifests/blackboxExporter-service.yaml
- manifests/grafana-dashboardDefinitions.yaml
- manifests/prometheusAdapter-roleBindingAuthReader.yaml
- manifests/grafana-dashboardDatasources.yaml
- manifests/prometheusAdapter-apiService.yaml
- manifests/grafana-config.yaml
- manifests/grafana-dashboardSources.yaml
- manifests/prometheus-networkPolicy.yaml
- manifests/kubernetesControlPlane-prometheusRule.yaml
- manifests/grafana-serviceAccount.yamlaml