Files
mattermost/mattermost-route.yaml
2026-04-15 15:50:09 -07:00

18 lines
317 B
YAML

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