infra/kubernetes/prometheus/kustomization.yaml
Gabriel Simmer 35375f6272
All checks were successful
Lint / lint (push) Successful in 36s
Transition from Nix to YAML for Kubernetes manifests
2024-07-05 17:28:02 +01:00

20 lines
499 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: prometheus
resources:
- Deployment-nextdns-exporter.yaml
- Service-nextdns-exporter-metrics.yaml
- ServiceMonitor-nextdns-exporter.yaml
# Simply doesn't work for some reason :(
# helmCharts:
# - name: kube-prometheus-stack
# repo: https://prometheus-community.github.io/helm-charts
# releaseName: prometheus
# namespace: prometheus
# version: 61.1.0
# valuesFile: ./prometheus-agent.yml
# kubeVersion: "1.30"