# The Kong Data plane provides the endpoint that Service Manager gives to the rApp so that the rApp can invoke the CAPIF published API. # In a Kubernetes environment, we need to use the Kong NodePort IP and nodePort if the rApp needs access from outside the Kong cluster. # From inside the Kong cluster, we can use the Kubernetes cluster DNS entry, kong-nonrtric-kong-proxy.nonrtric.svc.cluster.local. KONG_DOMAIN= KONG_PROTOCOL= KONG_CONTROL_PLANE_IPV4= KONG_CONTROL_PLANE_PORT= KONG_DATA_PLANE_IPV4= KONG_DATA_PLANE_PORT= CAPIF_PROTOCOL= CAPIF_IPV4= CAPIF_PORT= LOG_LEVEL= SERVICE_MANAGER_PORT= TEST_SERVICE_IPV4= TEST_SERVICE_PORT=