add grafana

This commit is contained in:
2025-03-29 19:00:04 +01:00
parent 1b05fea804
commit 6e20584bba
5 changed files with 117 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: grafana
namespace: grafana
spec:
ports:
- port: 3000
protocol: TCP
targetPort: http-grafana
selector:
app: grafana
sessionAffinity: none
type: ClusterIP