Create route.yaml

This commit is contained in:
EHerzog76 2024-12-06 16:31:10 +01:00 committed by GitHub
parent e0426f055d
commit 56646c53e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
kubernetes/route.yaml Normal file
View File

@ -0,0 +1,16 @@
apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: pxe-bootserver-route
namespace: network
spec:
host: pxeboot.apps.cluster.local
port:
targetPort: 3000
tls:
termination: edge
to:
kind: Service
name: svc-pxe-bootserver
weight: 100
wildcardPolicy: None