Skip to content
Snippets Groups Projects
Unverified Commit 62b23472 authored by Vladislav Polyakov's avatar Vladislav Polyakov Committed by GitHub
Browse files

Access requests to sidecar from thanos-query

parent bbdb94a2
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,18 @@ function(params) {
port: 9090,
protocol: 'TCP',
}],
}, {
from: [{
podSelector: {
matchLabels: {
'app.kubernetes.io/name': 'thanos-query',
},
},
}],
ports: [{
port: 10901,
protocol: 'TCP',
}],
}],
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment