K8s Profile mod on demand
[demo.git] / heat / vFW_CNF_CDS / templates / cba / Templates / k8s-profiles / ssh-service-template.vtl
index 190af7e..98cc9e7 100644 (file)
@@ -11,7 +11,7 @@ spec:
   type: NodePort
   ports:
     - port: 22
-      nodePort: 30022 #TemplateMe
+      nodePort: ${vpg-management-port}
   selector:
     vf-module-name: {{ .Values.vpg_name_0 }}
     release: {{ .Release.Name }}