refactor: move Keel application and its HTTPRoute to the dedicated 'keel' namespace.

This commit is contained in:
Matthias Hinrichs
2026-01-17 20:44:40 +01:00
parent a3718c8cb5
commit b015b131c1
@@ -7,7 +7,7 @@ metadata:
- resources-finalizer.argocd.argoproj.io - resources-finalizer.argocd.argoproj.io
spec: spec:
destination: destination:
namespace: cattle-system namespace: keel
server: {{ $.Values.spec.destination.server }} server: {{ $.Values.spec.destination.server }}
project: homelab project: homelab
source: source:
@@ -34,7 +34,7 @@ apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute kind: HTTPRoute
metadata: metadata:
name: keel-route name: keel-route
namespace: cattle-system namespace: keel
spec: spec:
parentRefs: parentRefs:
- name: shared-gateway # Ihr Envoy Gateway - name: shared-gateway # Ihr Envoy Gateway