update
diff --git a/charts/app-runner/templates/install.yaml b/charts/app-runner/templates/install.yaml
index b9ecdbb..4bff07e 100644
--- a/charts/app-runner/templates/install.yaml
+++ b/charts/app-runner/templates/install.yaml
@@ -86,9 +86,9 @@
         - name: api
           containerPort: 3000
           protocol: TCP
-        - name: app
-          containerPort: {{ .Values.appPort }}
-          protocol: TCP
+        {{- if .Values.appPorts }}
+          {{ toYaml .Values.appPorts | nindent 8 }}
+        {{- end }}
         env:
         - name: SELF_IP
           valueFrom: