Merge "Revert "basic auth for so-monitoring""
[oom.git] / kubernetes / so / values.yaml
index b4bf248..9af34af 100755 (executable)
@@ -38,6 +38,7 @@ global:
     dbPort: 3306
     dbUser: root
     dbPassword: secretpassword
+  msbEnabled: true
 
 #################################################################
 # Application configuration defaults.
@@ -105,3 +106,12 @@ mariadb-galera:
   persistence:
     mountSubPath: so/mariadb-galera/data
     enabled: true
+
+ingress:
+  enabled: false
+  service:
+    - baseaddr: "so"
+      name: "so"
+      port: 8080
+  config:
+    ssl: "none"