feat: add ReferenceGrant for cross-namespace routing

This commit is contained in:
Johannes Reichhardt 2026-03-31 21:05:12 -05:00
parent c4ac417a64
commit 2a625c66c7
1 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,17 @@
apiVersion: gateway.networking.k8s.io/v1beta1
kind: ReferenceGrant
metadata:
name: allow-kube-system-to-default
namespace: default
spec:
from:
- group: gateway.networking.k8s.io
kind: HTTPRoute
namespace: kube-system
to:
- group: ""
kind: Service
---
apiVersion: v1
kind: ServiceAccount
metadata: