First commit
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user