update
diff --git a/charts/dodo-app/templates/install.yaml b/charts/dodo-app/templates/install.yaml
index 103b947..9a9c2fc 100644
--- a/charts/dodo-app/templates/install.yaml
+++ b/charts/dodo-app/templates/install.yaml
@@ -47,12 +47,8 @@
 kind: Service
 metadata:
   name: api
-{{- if .Values.serviceAPI.annotations }}
-  annotations:
-{{ toYaml .Values.serviceAPI.annotations | indent 4 }}
-{{- end }}
 spec:
-  type: {{ .Values.serviceAPI.type }}
+  type: ClusterIP
   selector:
     app: dodo-app
   ports: