try prometheus

This commit is contained in:
2025-03-29 22:17:02 +01:00
parent ea8df9ea42
commit 37becb446f
8 changed files with 156 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
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