X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=servicemanager%2F.env.example;h=1d3c4ef29396481fe42338664c9e6a0d6e34fdb7;hb=cee6f2575f6aba0f09a1edd31937eadad66a397c;hp=5f7bfe1a3e5b2af31bf8352ddbd7279a217be341;hpb=ff5fb255f6c98317ffb69f40fc1f77e98bb650a6;p=nonrtric%2Fplt%2Fsme.git diff --git a/servicemanager/.env.example b/servicemanager/.env.example index 5f7bfe1..1d3c4ef 100644 --- a/servicemanager/.env.example +++ b/servicemanager/.env.example @@ -1,12 +1,16 @@ +# 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_IPV4= -KONG_DATA_PLANE_PORT= +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= \ No newline at end of file +TEST_SERVICE_PORT=