aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml')
-rw-r--r--heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml b/heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml
index 967a160d..7c51d4ff 100644
--- a/heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml
+++ b/heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml
@@ -13,6 +13,6 @@ spec:
- port: {{ .Values.service.ports.port }}
nodePort: {{ .Values.service.ports.nodePort }}
selector:
- app: {{ .Values.vsn_name_0 }}
+ vf-module-name: {{ .Values.vsn_name_0 }}
release: {{ .Release.Name }}
chart: {{ .Chart.Name }}