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