feat: Add base configuration
This commit is contained in:
parent
bb3daa1962
commit
67621c6409
12 changed files with 28363 additions and 0 deletions
17
k8s-wheatley/base/cilium/httproute.yaml
Normal file
17
k8s-wheatley/base/cilium/httproute.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: hubble-route
|
||||
namespace: kube-system
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: internal
|
||||
namespace: kube-system
|
||||
sectionName: http
|
||||
hostnames:
|
||||
- "hubble.k8s-test.wheatley.in"
|
||||
rules:
|
||||
- backendRefs:
|
||||
- name: hubble-ui
|
||||
port: 80
|
||||
Loading…
Add table
Add a link
Reference in a new issue