update
diff --git a/charts/soft-serve/templates/service.yaml b/charts/soft-serve/templates/service.yaml
index 9e54b46..9d64333 100644
--- a/charts/soft-serve/templates/service.yaml
+++ b/charts/soft-serve/templates/service.yaml
@@ -18,9 +18,9 @@
     app: soft-serve
   ports:
   - name: ssh
-    port: {{ .Values.port }}
+    port: {{ .Values.sshPort }}
     protocol: TCP
   - name: http
-    port: 80 # TODO(gio): make configurable
+    port: {{ .Values.httpPort }}
     targetPort: http
     protocol: TCP