diff --git a/cloud_computing_helm/values.yaml b/cloud_computing_helm/values.yaml
index 6307ef2163ef2ad1cd0f31de7c49787d2345ffa3..5f816826ecc677d2c1c65bcfcee29f466435da4f 100644
--- a/cloud_computing_helm/values.yaml
+++ b/cloud_computing_helm/values.yaml
@@ -11,8 +11,8 @@ image:
   tag: ""
 
 imagePullSecrets: []
-nameOverride: ""
-fullnameOverride: ""
+nameOverride: "cloud_app"
+fullnameOverride: "cloudcomputingchart"
 
 serviceAccount:
   # Specifies whether a service account should be created
@@ -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: "cloud_computing"
+  name: "cloudcomputingservice"
 
 podAnnotations: {}