Add work-around to provide backward compatibility to xapp service name 03/3703/1
authorZhe <zhehuang@research.att.com>
Thu, 14 May 2020 23:46:52 +0000 (19:46 -0400)
committerZhe <zhehuang@research.att.com>
Thu, 14 May 2020 23:46:52 +0000 (19:46 -0400)
Signed-off-by: Zhe <zhehuang@research.att.com>
Change-Id: Ie8c9cdcf19bae5bdf353de199e222e5595f8a98a

ci/xapp_onboarder/container-tag.yaml
xapp_onboarder/xapp_onboarder/resources/xapp-std/templates/service.yaml

index 97fb35e..cacad11 100644 (file)
@@ -17,7 +17,7 @@
 apiVersion: v1
 kind: Service
 metadata:
-  name: {{ include "ricxapp.servicename" . }}
+  name: {{ include "ricxapp.servicename" . }}-rmr
   namespace: {{ include "ricxapp.namespace" . }}
   labels:
     app: {{ include "ricxapp.namespace" . }}-{{ include "ricxapp.name" . }}