update
diff --git a/charts/dodo-app/templates/install.yaml b/charts/dodo-app/templates/install.yaml
index f278345..9a9c2fc 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: {{ .Values.apiServicePort }}
+    port: 80
     targetPort: api
     protocol: TCP
 ---
@@ -67,7 +67,7 @@
     app: dodo-app
   ports:
   - name: http
-    port: {{ .Values.webServicePort }}
+    port: 80
     targetPort: http
     protocol: TCP
 ---