Skip to content
Commits on Source (2)
......@@ -58,7 +58,7 @@
"subdir": "grafana-builder"
}
},
"version": "dbf6fc14105c28b6fd0253005f7ca2da37d3d4e1",
"version": "ac6958a90a208e520052dd1e643aec16a205aa32",
"sum": "tDR6yT2GVfw0wTU12iZH+m01HrbIr6g/xN+/8nzNkU0="
},
{
......
......@@ -346,7 +346,7 @@ local kp =
],
ports: [
{
port: 9093,
port: 9090,
protocol: "TCP"
}
]
......
......@@ -40,7 +40,7 @@ spec:
matchLabels:
app.kubernetes.io/name: pyrra
ports:
- port: 9093
- port: 9090
protocol: TCP
podSelector:
matchLabels:
......