update
diff --git a/charts/virtual-machine/templates/vm.yaml b/charts/virtual-machine/templates/vm.yaml
index eb01a0a..3a0a446 100644
--- a/charts/virtual-machine/templates/vm.yaml
+++ b/charts/virtual-machine/templates/vm.yaml
@@ -27,7 +27,7 @@
               ports:
               {{- range .Values.ports }}
               - name: {{ .name }}
-                containerPort: {{ .value }}
+                port: {{ .value }}
                 protocol: {{ .protocol }}
               {{- end }}
           disks: