First commit

This commit is contained in:
Stéphane Tailland
2026-08-19 16:57:43 +02:00
parent 8650f4ae7b
commit 6afd9c4c5f
15 changed files with 251 additions and 11 deletions
+14
View File
@@ -0,0 +1,14 @@
# Named "kong-v2", not "kong" — the "kong" GatewayClass already exists on
# this cluster (backs the unrelated tasks/jira/openrouter Gateway) and its
# default parametersRef is load-bearing for that Gateway, which has no
# per-instance override unlike ours. Reusing that name would edit a shared
# cluster-scoped object something else depends on. No parametersRef here:
# every domain's own Gateway sets spec.infrastructure.parametersRef itself
# (see dataplane-template/gateway.yaml), so there's no meaningful default to
# set at the class level.
apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass
metadata:
name: kong-v2
spec:
controllerName: konghq.com/gateway-operator