Files
infra-prod/deploy/prometheus/kustomization.yaml
2025-03-29 22:17:02 +01:00

19 lines
597 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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