diff --git a/cloud_computing_helm/values.yaml b/cloud_computing_helm/values.yaml
index bf57df3e9ad6b11f0d613b497d27c6340064c571..6307ef2163ef2ad1cd0f31de7c49787d2345ffa3 100644
--- a/cloud_computing_helm/values.yaml
+++ b/cloud_computing_helm/values.yaml
@@ -21,7 +21,7 @@ serviceAccount:
   annotations: {}
   # The name of the service account to use.
   # If not set and create is true, a name is generated using the fullname template
-  name: ""
+  name: "cloud_computing"
 
 podAnnotations: {}
 
@@ -37,7 +37,7 @@ securityContext: {}
   # runAsUser: 1000
 
 service:
-  type: ClusterIP
+  type: NodePort
   port: 80
 
 ingress: