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: prometheus
namespace: monitoring
labels:
app: prometheus
spec:
type: ClusterIP
ports:
- port: 9090
targetPort: 9090
protocol: TCP
name: web
selector:
app: prometheus