22 lines
442 B
YAML
22 lines
442 B
YAML
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}
|