Skip to content

Instantly share code, notes, and snippets.

View robincher's full-sized avatar

Robin Cher robincher

View GitHub Profile
@robincher
robincher / cp-values.yaml
Created April 5, 2024 00:11
TAL-Sample-Kong-CP
image:
repository: kong/kong-gateway
tag: 3.4.3.5
env:
# Env variables to overwrite, read more here https://github.com/Kong/kong/blob/master/kong.conf.default
prefix: /kong_prefix/
role: control_plane
#Logs Output level https://docs.konghq.com/gateway/latest/configure/logging/
@robincher
robincher / dp-values.yaml
Created April 5, 2024 00:16
TAL-Sample-DP-Kong
image:
repository: kong/kong-gateway
tag: 3.4.3.5
env:
prefix: /kong_prefix/
database: "off"
role: data_plane
cluster_control_plane: kong-cp-cluster.kong-cp.svc.cluster.local:8005
cluster_telemetry_endpoint: kong-cp-cluster-telemetry.kong-cp.svc.cluster.local:8006