Files
kong-k8s-platform/dataplane-template/gateway.yaml
T
Stéphane Tailland 6afd9c4c5f First commit
2026-08-19 16:57:43 +02:00

25 lines
520 B
YAML

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}