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