style: fmt code
This commit is contained in:
@@ -128,20 +128,20 @@ function(params) {
|
||||
port: 9090,
|
||||
protocol: 'TCP',
|
||||
}],
|
||||
}] + ( if p._config.thanos != null then
|
||||
[{
|
||||
from: [{
|
||||
podSelector: {
|
||||
matchLabels: {
|
||||
'app.kubernetes.io/name': 'thanos-query',
|
||||
},
|
||||
},
|
||||
}],
|
||||
ports: [{
|
||||
port: 10901,
|
||||
protocol: 'TCP',
|
||||
}],
|
||||
}] else []),
|
||||
}] + (if p._config.thanos != null then
|
||||
[{
|
||||
from: [{
|
||||
podSelector: {
|
||||
matchLabels: {
|
||||
'app.kubernetes.io/name': 'thanos-query',
|
||||
},
|
||||
},
|
||||
}],
|
||||
ports: [{
|
||||
port: 10901,
|
||||
protocol: 'TCP',
|
||||
}],
|
||||
}] else []),
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user