chore: Refactor Cilium

This commit is contained in:
Peter 2025-11-08 22:00:55 +01:00
parent 13da8f4379
commit 6ae3047867
5 changed files with 1 additions and 1 deletions

View file

@ -1,33 +0,0 @@
# ---
# apiVersion: gateway.networking.k8s.io/v1
# kind: HTTPRoute
# metadata:
# name: http-filter-redirect
# spec:
# parentRefs:
# - name: shared
# sectionName: http
# - name: internal
# sectionName: http
# rules:
# - filters:
# - type: RequestRedirect
# requestRedirect:
# scheme: https
---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: hubble-route
namespace: kube-system
spec:
parentRefs:
- name: internal
namespace: kube-system
sectionName: https
hostnames:
- "hubble.k8s.peterg.nl"
rules:
- backendRefs:
- name: hubble-ui
port: 80