added k8s manifests
This commit is contained in:
17
mattermost-route.yaml
Normal file
17
mattermost-route.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: route.openshift.io/v1
|
||||
kind: Route
|
||||
metadata:
|
||||
annotations:
|
||||
name: mattermost
|
||||
namespace: mattermost
|
||||
spec:
|
||||
host: mattermost-mattermost.apps.ocp.lab.cudanet.org
|
||||
port:
|
||||
targetPort: 8065
|
||||
tls:
|
||||
termination: edge
|
||||
to:
|
||||
kind: Service
|
||||
name: mattermost
|
||||
weight: 100
|
||||
wildcardPolicy: None
|
||||
Reference in New Issue
Block a user