Add complex application
This commit is contained in:
16
complex-application/route.yaml
Normal file
16
complex-application/route.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: route.openshift.io/v1
|
||||
kind: Route
|
||||
metadata:
|
||||
labels:
|
||||
application: amm-techlab
|
||||
name: data-producer
|
||||
spec:
|
||||
port:
|
||||
targetPort: http
|
||||
to:
|
||||
kind: Service
|
||||
name: data-producer
|
||||
weight: 100
|
||||
tls:
|
||||
termination: edge
|
||||
wildcardPolicy: None
|
||||
Reference in New Issue
Block a user