added k8s manifests

This commit is contained in:
Ryan Cuda
2026-04-15 15:50:09 -07:00
parent 4f46f21eb8
commit 0b5665f06c
9 changed files with 262 additions and 0 deletions

17
mattermost-route.yaml Normal file
View 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