monitoring services

This commit is contained in:
Roger
2026-01-24 18:24:16 +01:00
parent f2a7a618ee
commit a1763ba6da
10 changed files with 326 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: grafana-datasources
namespace: monitoring
data:
prometheus.yaml: |
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
access: proxy
url: http://prometheus:9090
isDefault: true
editable: true