Correct typo in selectors for helm deployments
[demo.git] / heat / vFW_CNF_CDS / templates / helm / vpkg / templates / service.yaml
index 06b1ad8..84a7d1a 100644 (file)
@@ -13,6 +13,6 @@ spec:
     - port: {{ .Values.service.ports.port  }}
       nodePort: {{ .Values.service.ports.nodePort }}
   selector:
-    app: {{ .Values.vpg_name_0 }}
+    vf-module-name: {{ .Values.vpg_name_0 }}
     release: {{ .Release.Name }}
     chart: {{ .Chart.Name }}