Add xapp-onboarder into ric-common template
[it/dep.git] / ric-common / Common-Template / helm / ric-common / templates / _appmgr.tpl
index bdaf4bb..954ba3d 100644 (file)
   {{- printf "container-%s" $name | trunc 63 | trimSuffix "-" -}}
 {{- end -}}
 
-{{- define "common.containername.appmgr.chartmuseum" -}}
-  {{- $name := ( include "common.fullname.appmgr" . ) -}}
-  {{- printf "container-%s-helmrepo" $name | trunc 63 | trimSuffix "-" -}}
-{{- end -}}
 
 {{- define "common.serviceaccountname.appmgr" -}}
   {{- $name := ( include "common.fullname.appmgr" . ) -}}
@@ -55,7 +51,6 @@
   {{- printf "ingress-%s" $name | trunc 63 | trimSuffix "-" -}}
 {{- end -}}
 
-{{- define "common.kongpath.ric.helmrepo" -}}/helmrepo{{- end -}}
 {{- define "common.kongpath.ric.appmgr" -}}/appmgr{{- end -}}
 
 {{- define "common.servicename.appmgr.rmr" -}}
@@ -77,4 +72,3 @@
 {{- define "common.serviceport.appmgr.rmr.route" -}}4561{{- end -}}
 {{- define "common.serviceport.appmgr.http" -}}8080{{- end -}}
 
-{{- define "common.serviceport.appmgr.chartmuseum.http" -}}27015{{- end -}}