feat: Setup ArgoCD on k8s-peterg

This commit is contained in:
Peter 2025-11-08 17:20:48 +01:00
parent 67621c6409
commit a009bbf121
12 changed files with 27398 additions and 1364 deletions

View file

@ -0,0 +1,33 @@
# ---
# 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