Fixed external port in Policy service.
[it/dep.git] / nonrtric / helm / controlpanel / requirements.yaml
 #   limitations under the License.                                             #
 ################################################################################
 
-{{- define "common.name.controlpanel" -}}
-  {{- printf "controlpanel" -}}
-{{- end -}}
-
-{{- define "common.namespace.nonrtric" -}}
-  {{- printf "nonrtric" -}}
-{{- end -}}
-
-{{- define "common.containername.controlpanel" -}}
-  {{- $name := ( include "common.name.controlpanel" . ) -}}
-  {{- printf "container-%s" $name | trunc 63 | trimSuffix "-" -}}
-{{- end -}}
-
-{{- define "common.serviceport.controlpanel.http" -}}30090{{- end -}}
-
-{{- define "common.serviceport.controlpanel.container" -}}8080{{- end -}}
\ No newline at end of file
+dependencies:
+  - name: nonrtric-common
+    version: ^1.0.0
+    repository: "@local"