Merge R3 into master
[it/dep.git] / ric-aux / helm / infrastructure / values.yaml
similarity index 73%
rename from ric-infra/30-Kong/helm/kong/values.yaml
rename to ric-aux/helm/infrastructure/values.yaml
index 9bec10c..81f1807 100644 (file)
@@ -1,5 +1,5 @@
-################################################################################
 #   Copyright (c) 2019 AT&T Intellectual Property.                             #
+#   Copyright (c) 2019 Nokia.                                                  #
 #                                                                              #
 #   Licensed under the Apache License, Version 2.0 (the "License");            #
 #   you may not use this file except in compliance with the License.           #
 #   limitations under the License.                                             #
 ################################################################################
 
-# Default values for kong_platform.
-# This is a YAML-formatted file.
-# Declare variables to be passed into your templates.
+            
+extsvcaux:
+  enabled: true
+  ricip: "10.0.0.1"
+  auxip: "10.0.0.1"
+
+docker-credential:
+  enabled: true
+  credential:
+    oran-release:
+      registry: "nexus3.o-ran-sc.org:10002"
+      credential:
+        user: "docker"
+        password: "docker"
+        email: "@"
+    oran-staging:
+      registry: "nexus3.o-ran-sc.org:10004"
+      credential:
+        user: "docker"
+        password: "docker"
+        email: "@"
+
+certificate-manager:
+  enabled: true
+      
 
 kong:
+  enabled: true
   ingressController:
     enabled: true
 
@@ -35,10 +58,8 @@ kong:
       nodePort: 32443
   # These port numbers MUST matche with what's in
   # ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl file.
-  # If need to change a proxy port here, do not forget to update the 
+  # If need to change a proxy port here, do not forget to update the
   # _ingresscontroller.tpl file with the new port number.
-
-
 postgresql:
   enabled: false