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
@@ -0,0 +1,21 @@
apiVersion: gateway-operator.konghq.com/v2beta1
kind: GatewayConfiguration
metadata:
name: ${NAME}
namespace: ${NAMESPACE}
spec:
dataPlaneOptions:
deployment:
replicas: ${REPLICAS}
podTemplateSpec:
spec:
containers:
- name: proxy
image: ${GATEWAY_IMAGE}
konnect:
authRef:
name: ${NAME}
source: Mirror
mirror:
konnect:
id: ${CONTROL_PLANE_ID}