diff --git a/core/chat-app/config/openshift/100-chat-route.yaml b/core/chat-app/config/openshift/100-chat-route.yaml new file mode 100644 index 0000000..66c3d89 --- /dev/null +++ b/core/chat-app/config/openshift/100-chat-route.yaml @@ -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