Move integration tests to k8s
[ric-plt/a1.git] / integration_tests / a1mediator / values.yaml
similarity index 95%
rename from a1mediator/values.yaml
rename to integration_tests/a1mediator/values.yaml
index 7c9f1f3..5ceefb0 100644 (file)
@@ -17,18 +17,19 @@ imageCredentials:
 
 # This is the service for A1's external facing HTTP API
 httpservice:
+  name: a1httpservice
   port: 10000 # This is hardcoded in a1, probably dangerous to change
   type: ClusterIP
 
 # This is the service for rmr between A1 and the xapps
 rmrservice:
-  name: rmrservice
+  name: a1rmrservice
   port: 4562 # This is hardcoded in a1, probably dangerous to change
   type: ClusterIP
 
 # This is the service for the "hidden" port 4561 that rmr listens on for route manager
 rmrrtemgrservice:
-  name: rmrrtemgrservice
+  name: a1rmrrtemgrservice
   port: 4561 # This is hardcoded in rmr, probably dangerous to change
   type: ClusterIP