Access requests to sidecar from thanos-query

This commit is contained in:
Vladislav Polyakov
2022-04-14 15:01:55 +03:00
committed by GitHub
parent bbdb94a23e
commit 62b2347277

View File

@@ -128,6 +128,18 @@ function(params) {
port: 9090,
protocol: 'TCP',
}],
}, {
from: [{
podSelector: {
matchLabels: {
'app.kubernetes.io/name': 'thanos-query',
},
},
}],
ports: [{
port: 10901,
protocol: 'TCP',
}],
}],
},
},