update
diff --git a/charts/dodo-app/templates/install.yaml b/charts/dodo-app/templates/install.yaml
index 9a9c2fc..5802b8e 100644
--- a/charts/dodo-app/templates/install.yaml
+++ b/charts/dodo-app/templates/install.yaml
@@ -53,7 +53,7 @@
     app: dodo-app
   ports:
   - name: http
-    port: 80
+    port: {{ .Values.apiPort }}
     targetPort: api
     protocol: TCP
 ---
@@ -67,7 +67,7 @@
     app: dodo-app
   ports:
   - name: http
-    port: 80
+    port: {{ .Values.port }}
     targetPort: http
     protocol: TCP
 ---