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
+24
View File
@@ -0,0 +1,24 @@
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: ${NAME}
namespace: ${NAMESPACE}
spec:
gatewayClassName: kong-v2
infrastructure:
parametersRef:
group: gateway-operator.konghq.com
kind: GatewayConfiguration
name: ${NAME}
listeners:
- name: http
protocol: HTTP
port: 80
- name: https
protocol: HTTPS
port: 443
hostname: ${HOSTNAME}
tls:
certificateRefs:
- kind: Secret
name: ${TLS_SECRET_NAME}