This commit is contained in:
20
manifests/04-routes/httproute-dashy.yaml
Normal file
20
manifests/04-routes/httproute-dashy.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1beta1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: http-dashy
|
||||
namespace: dashy
|
||||
spec:
|
||||
hostnames:
|
||||
- dashy.guaranteedstruggle.host
|
||||
parentRefs:
|
||||
- name: my-gateway
|
||||
namespace: default
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- name: dashy
|
||||
port: 10310
|
||||
21
manifests/04-routes/httproute-flask-htmx-board-dev.yaml
Normal file
21
manifests/04-routes/httproute-flask-htmx-board-dev.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1beta1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: http-flask-htmx-board-dev
|
||||
namespace: vdk2ch
|
||||
spec:
|
||||
hostnames:
|
||||
#- board.guaranteedstruggle.host
|
||||
- dev.board.vdk2ch.ru
|
||||
parentRefs:
|
||||
- name: my-gateway
|
||||
namespace: default
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- name: flask-htmx-dev-service
|
||||
port: 5000
|
||||
21
manifests/04-routes/httproute-flask-htmx-board-master.yaml
Normal file
21
manifests/04-routes/httproute-flask-htmx-board-master.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1beta1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: http-flask-htmx-board-master
|
||||
namespace: vdk2ch
|
||||
spec:
|
||||
hostnames:
|
||||
#- board.guaranteedstruggle.host
|
||||
- master.board.vdk2ch.ru
|
||||
parentRefs:
|
||||
- name: my-gateway
|
||||
namespace: default
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- name: flask-htmx-master-service
|
||||
port: 5000
|
||||
@@ -0,0 +1,21 @@
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1beta1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: http-flask-htmx-board-our-style
|
||||
namespace: vdk2ch
|
||||
spec:
|
||||
hostnames:
|
||||
#- board.guaranteedstruggle.host
|
||||
- our-style.board.vdk2ch.ru
|
||||
parentRefs:
|
||||
- name: my-gateway
|
||||
namespace: default
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- name: flask-htmx-our-style-service
|
||||
port: 5000
|
||||
20
manifests/04-routes/httproute-harbor.yaml
Normal file
20
manifests/04-routes/httproute-harbor.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1beta1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: http-harbor
|
||||
namespace: default
|
||||
spec:
|
||||
hostnames:
|
||||
- harbor.guaranteedstruggle.host
|
||||
parentRefs:
|
||||
- name: my-gateway
|
||||
namespace: default
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- name: harbor
|
||||
port: 80
|
||||
20
manifests/04-routes/httproute-hubble.yaml
Normal file
20
manifests/04-routes/httproute-hubble.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1beta1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: http-hubble
|
||||
namespace: kube-system
|
||||
spec:
|
||||
hostnames:
|
||||
- hubble.guaranteedstruggle.host
|
||||
parentRefs:
|
||||
- name: my-gateway
|
||||
namespace: default
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- name: hubble-ui
|
||||
port: 80
|
||||
20
manifests/04-routes/httproute-longhorn.yaml
Normal file
20
manifests/04-routes/httproute-longhorn.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1beta1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: http-longhorn
|
||||
namespace: longhorn-system
|
||||
spec:
|
||||
hostnames:
|
||||
- longhorn.guaranteedstruggle.host
|
||||
parentRefs:
|
||||
- name: my-gateway
|
||||
namespace: default
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- name: longhorn-frontend
|
||||
port: 80
|
||||
26
manifests/04-routes/httproute-rancher.yaml
Normal file
26
manifests/04-routes/httproute-rancher.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1beta1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: http-rancher
|
||||
namespace: default
|
||||
spec:
|
||||
hostnames:
|
||||
- rancher.guaranteedstruggle.host
|
||||
parentRefs:
|
||||
- name: my-gateway
|
||||
namespace: default
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
filters:
|
||||
- type: RequestHeaderModifier
|
||||
requestHeaderModifier:
|
||||
set:
|
||||
- name: X-Forwarded-Proto
|
||||
value: https
|
||||
backendRefs:
|
||||
- name: myrancher
|
||||
port: 80
|
||||
20
manifests/04-routes/httproute-weave.yaml
Normal file
20
manifests/04-routes/httproute-weave.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1beta1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: http-weave
|
||||
namespace: weave
|
||||
spec:
|
||||
hostnames:
|
||||
- weave.guaranteedstruggle.host
|
||||
parentRefs:
|
||||
- name: my-gateway
|
||||
namespace: default
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- name: weave-scope-app
|
||||
port: 80
|
||||
0
manifests/04-routes/tcproute-kafka.yaml
Normal file
0
manifests/04-routes/tcproute-kafka.yaml
Normal file
Reference in New Issue
Block a user