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,16 @@
apiVersion: v1
kind: Service
metadata:
name: grafana
namespace: monitoring
labels:
app: grafana
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 3000
protocol: TCP
name: http
selector:
app: grafana