Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
prometheus: fix port in network policy
· 6de6d83a
Tristan Gosselin-Hane
authored
Sep 19, 2022
6de6d83a
Release v0.1.22
· 7a897679
Tristan Gosselin-Hane
authored
Sep 19, 2022
7a897679
Hide whitespace changes
Inline
Side-by-side
jsonnetfile.lock.json
View file @
7a897679
...
...
@@ -58,7 +58,7 @@
"subdir"
:
"grafana-builder"
}
},
"version"
:
"
dbf6fc14105c28b6fd0253005f7ca2da37d3d4e1
"
,
"version"
:
"
ac6958a90a208e520052dd1e643aec16a205aa32
"
,
"sum"
:
"tDR6yT2GVfw0wTU12iZH+m01HrbIr6g/xN+/8nzNkU0="
},
{
...
...
kube-prometheus.jsonnet
View file @
7a897679
...
...
@@ -346,7 +346,7 @@ local kp =
],
ports
:
[
{
port
:
909
3
,
port
:
909
0
,
protocol
:
"TCP"
}
]
...
...
manifests/prometheus-networkPolicy.yaml
View file @
7a897679
...
...
@@ -40,7 +40,7 @@ spec:
matchLabels
:
app.kubernetes.io/name
:
pyrra
ports
:
-
port
:
909
3
-
port
:
909
0
protocol
:
TCP
podSelector
:
matchLabels
:
...
...