mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-07 14:47:24 +02:00
Create route.yaml
This commit is contained in:
parent
e0426f055d
commit
56646c53e3
16
kubernetes/route.yaml
Normal file
16
kubernetes/route.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user