Access requests to sidecar from thanos-query
This commit is contained in:
committed by
GitHub
parent
bbdb94a23e
commit
62b2347277
@@ -128,6 +128,18 @@ function(params) {
|
|||||||
port: 9090,
|
port: 9090,
|
||||||
protocol: 'TCP',
|
protocol: 'TCP',
|
||||||
}],
|
}],
|
||||||
|
}, {
|
||||||
|
from: [{
|
||||||
|
podSelector: {
|
||||||
|
matchLabels: {
|
||||||
|
'app.kubernetes.io/name': 'thanos-query',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}],
|
||||||
|
ports: [{
|
||||||
|
port: 10901,
|
||||||
|
protocol: 'TCP',
|
||||||
|
}],
|
||||||
}],
|
}],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user