feat: Provision k8s-wheatley cluster through ArgoCD
This commit is contained in:
parent
dc268db7b4
commit
ea771272e9
10 changed files with 56 additions and 36 deletions
17
k8s-wheatley/cilium/httproute.yaml
Normal file
17
k8s-wheatley/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.wheatley.in"
|
||||
rules:
|
||||
- backendRefs:
|
||||
- name: hubble-ui
|
||||
port: 80
|
||||
Loading…
Add table
Add a link
Reference in a new issue