infra/k8s/operators/kube-prometheus/kustomization.yaml

53 lines
1.2 KiB
YAML
Raw Normal View History

2024-07-10 04:10:53 +00:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/prometheus-operator/kube-prometheus?ref=b5b59bc0b45508b85647eb7a84b96dc167be15f1
patches:
- path: node-exporter-patch.yaml
target:
kind: DaemonSet
name: node-exporter
- path: network-policies-patch.yaml
target:
kind: NetworkPolicy
name: grafana
- path: network-policies-patch.yaml
target:
kind: NetworkPolicy
name: prometheus-k8s
- path: network-policies-patch.yaml
target:
kind: NetworkPolicy
name: alertmanager-main
- path: prometheus-patch.yaml
target:
kind: Prometheus
name: k8s
2024-07-27 23:54:45 +00:00
- path: prometheus-cluster-role-patch.yaml
target:
kind: ClusterRole
name: prometheus-k8s
2024-07-27 19:11:56 +00:00
- path: grafana-deployment-patch.yaml
target:
kind: Deployment
name: grafana
secretGenerator:
- name: grafana-config
namespace: monitoring
behavior: replace
files:
2024-07-27 23:54:45 +00:00
- grafana/grafana.ini
2024-07-28 23:28:23 +00:00
- name: grafana-datasources
namespace: monitoring
behavior: replace
files:
- grafana/datasources.yaml
2024-07-27 23:54:45 +00:00
configMapGenerator:
- name: grafana-dashboards
namespace: monitoring
behavior: replace
files:
- grafana/dashboards.yaml