diff options
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e719c6f..b010f50 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -40,6 +40,11 @@ onap.lcpCloudRegionId = RegionOne onap.tenantId = 6e97a2bd51d74f6db5671d8dc1517d82 onap.cloudOwner = CloudOwner +# k8s +onap.k8sCloudRegionId = k8sregionfour +onap.k8sCloudOwner = k8scloudowner4 +k8s-rb-profile-name = default + # NBI nbi.url = https://localhost:${server.port}${server.servlet.context-path} nbi.public.url = https://${server.public.ip}:${server.port}${server.servlet.context-path} |