deploy gateway

This commit is contained in:
2026-05-18 19:11:42 -05:00
parent 5504d0c6f4
commit fc171b48e9
6 changed files with 129 additions and 12 deletions

View File

@@ -0,0 +1,12 @@
# ------------------------------------------------------------------------------
# gateway namespace
# Platform-owned — all cluster ingress traffic flows through here
# ------------------------------------------------------------------------------
apiVersion: v1
kind: Namespace
metadata:
name: gateway
labels:
# Allow privileged pods if needed by Cilium gateway components
pod-security.kubernetes.io/enforce: baseline
pod-security.kubernetes.io/warn: restricted