Merge "Update CLAMP deployment for Frankfurt release (RC0)"
[oom.git] / kubernetes / vfc / values.yaml
index 88275ae..05e8c64 100644 (file)
@@ -20,6 +20,11 @@ global:
     msbPort: 443
     redisServiceName: vfc-redis
     redisPort: 6379
+# Becaue now oom can register the microservice to msb automatically,
+# If it is set to false, vfc contanier will not register again, if it is
+# set to true, vfc will register by itself.
+# we use this flag to determine who is responbile for serice registeration
+# and it can reduce duplicate registration.
     reg_to_msb_when_start: False
     mariadb_admin: root
   persistence:
@@ -57,10 +62,6 @@ db: &dbConfig
   mariadbPort: 3306
   mariadbRootPasswordExternalSecret: *dbRootPassSecret
 
-vfc-catalog:
-  config:
-    << : *dbConfig
-
 vfc-nslcm:
   config:
     << : *dbConfig