mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
22 lines
445 B
YAML
22 lines
445 B
YAML
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: ceph-dashboard
|
|
namespace: rook-ceph
|
|
spec:
|
|
parentRefs:
|
|
- name: edge
|
|
namespace: gateway
|
|
sectionName: https
|
|
hostnames:
|
|
- ceph.kube.huskypup.net
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
backendRefs:
|
|
- group: gateway.envoyproxy.io
|
|
kind: Backend
|
|
name: ceph-dashboard
|