Add Prometheus scraping to Kubernetes

This commit is contained in:
Greg Hellings
2025-11-22 20:15:40 -06:00
parent 9497957ba5
commit 82acff5857
10 changed files with 244 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
namespace: monitoring
resources:
- namespace.yaml
- pvc.yaml
- cluster-role.yaml
- config.yaml
- deployment.yaml
- service.yaml
- ingress.yaml