Skip to content

Commit 3f8f20e

Browse files
authored
Merge pull request #295 from Helene/route_thanos_querier
Example yaml file defining route to a thanos-querier
2 parents 3aaee8f + 2ebfea7 commit 3f8f20e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
kind: Route
2+
apiVersion: route.openshift.io/v1
3+
metadata:
4+
name: external-thanos-querier
5+
namespace: openshift-monitoring
6+
spec:
7+
to:
8+
kind: Service
9+
name: thanos-querier
10+
weight: 100
11+
port:
12+
targetPort: web
13+
tls:
14+
termination: passthrough
15+
wildcardPolicy: None
16+

0 commit comments

Comments
 (0)