update
diff --git a/charts/dodo-app/templates/install.yaml b/charts/dodo-app/templates/install.yaml
index 9a9c2fc..f278345 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.apiServicePort }}
     targetPort: api
     protocol: TCP
 ---
@@ -67,7 +67,7 @@
     app: dodo-app
   ports:
   - name: http
-    port: 80
+    port: {{ .Values.webServicePort }}
     targetPort: http
     protocol: TCP
 ---
diff --git a/charts/dodo-app/values.yaml b/charts/dodo-app/values.yaml
index 2fcfb5b..e32f67f 100644
--- a/charts/dodo-app/values.yaml
+++ b/charts/dodo-app/values.yaml
@@ -4,6 +4,8 @@
   pullPolicy: Always
 port: 8080
 apiPort: 8081
+webServicePort: 80
+apiServicePort: 80
 clusterRoleName: dodo-app-creator
 repoAddr: 192.168.0.11
 sshPrivateKey: key