refactor: move Keel application and its HTTPRoute to the dedicated 'keel' namespace.
This commit is contained in:
@@ -7,7 +7,7 @@ metadata:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
destination:
|
||||
namespace: cattle-system
|
||||
namespace: keel
|
||||
server: {{ $.Values.spec.destination.server }}
|
||||
project: homelab
|
||||
source:
|
||||
@@ -34,7 +34,7 @@ apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: keel-route
|
||||
namespace: cattle-system
|
||||
namespace: keel
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: shared-gateway # Ihr Envoy Gateway
|
||||
|
||||
Reference in New Issue
Block a user