Add a route for TEST
This commit is contained in:
parent
5bf612b336
commit
75c3d5ea23
1 changed files with 13 additions and 0 deletions
|
@ -38,3 +38,16 @@ spec:
|
||||||
selector:
|
selector:
|
||||||
app: frontend
|
app: frontend
|
||||||
deploymentconfig: frontend
|
deploymentconfig: frontend
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Route
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app: frontend
|
||||||
|
name: frontend
|
||||||
|
spec:
|
||||||
|
port:
|
||||||
|
targetPort: 8080-tcp
|
||||||
|
to:
|
||||||
|
kind: Service
|
||||||
|
name: frontend
|
||||||
|
|
Loading…
Reference in a new issue