update grafana

This commit is contained in:
2025-03-29 19:13:38 +01:00
parent 1e98853e49
commit 7c4207ef18
2 changed files with 2 additions and 3 deletions

View File

@@ -23,4 +23,4 @@ spec:
service: service:
name: grafana name: grafana
port: port:
number: 80 number: 3000

View File

@@ -5,10 +5,9 @@ metadata:
namespace: grafana namespace: grafana
spec: spec:
ports: ports:
- port: 80 - port: 3000
protocol: TCP protocol: TCP
targetPort: http-grafana targetPort: http-grafana
selector: selector:
app: grafana app: grafana
sessionAffinity: none
type: ClusterIP type: ClusterIP