Skip to content

Commit

Permalink
added route to myapp
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hernandez <chernand@redhat.com>
  • Loading branch information
Christian Hernandez committed Jan 4, 2022
1 parent 5b80af4 commit a6c5583
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions cluster1-lbghf/tenants/myapp/myapp-route.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: route.openshift.io/v1
kind: Route
metadata:
labels:
app: welcome-php
app.kubernetes.io/instance: myapp
name: welcome-php
namespace: foobar
spec:
port:
targetPort: 8080
to:
kind: Service
name: welcome-php
weight: 100
status: {}

0 comments on commit a6c5583

Please sign in to comment.