Skip to content

Commit

Permalink
Adding simple OCP Route (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew authored Jul 3, 2024
1 parent 6ade8e8 commit b28ee2c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions core/chat-app/config/openshift/100-chat-route.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: chat-app
namespace: default
spec:
port:
targetPort: 8000
to:
kind: Service
name: chat-app-service
weight: 100
wildcardPolicy: None

0 comments on commit b28ee2c

Please sign in to comment.