diff --git a/helmchart/single-sign-on/values.yaml b/helmchart/single-sign-on/values.yaml
index 21f7415f772faec9efaf664256e7a84a2b903d92..3a2c3cd672b38aa74cd4f1f98f16c05821f26dde 100644
--- a/helmchart/single-sign-on/values.yaml
+++ b/helmchart/single-sign-on/values.yaml
@@ -156,6 +156,7 @@ kratos:
     # We included our own (forked) template to handle this job
     autoMigrate: false
 
+
     config:
       identity:
         # This points to the filename in above identitySchemas section. 
@@ -163,10 +164,14 @@ kratos:
 
       dsn: postgres://kratos:kratos@single-sign-on-postgresql:5432/kratos
 
+      serve:
+        public:
+          base_url: http://localhost:8080
+
       selfservice:
         # TODO: Have to figure out a decent default
         default_browser_return_url: https://stackspin.net
-
+        f
       secrets:
         session:
           - a password goes here