updating helm/docker files and database config files
[it/otf.git] / otf-frontend / helm / otf-frontend / values.yaml
index 571d323..829b81a 100644 (file)
@@ -1,5 +1,6 @@
 appName: otf-frontend\r
 version: 0.0.4-SNAPSHOT\r
+#pullSecret: ""\r
 image: otf-frontend\r
 namespace: \r
 nodePort: 32524\r
@@ -33,19 +34,19 @@ camundaApi:
     CAMUNDAAPI_URL: "https://localhost:31313/"\r
 mongo:\r
   prod:\r
-    MONGO_BASEURL: "localhost:18720,localhost:18720,localhost:18720/"\r
+    MONGO_BASEURL: "localhost:27017/"\r
     MONGO_DBOTF: "otf"\r
-    MONGO_REPLICASET: "otf-rs-prod2"\r
+    MONGO_REPLICASET: "rs0"\r
   st:\r
-    MONGO_BASEURL: "localhost:27017,localhost:27017,localhost:27017/"\r
+    MONGO_BASEURL: "localhost:27017"\r
     MONGO_DBOTF: "otf_st"\r
-    MONGO_REPLICASET: "mongoOTF"\r
+    MONGO_REPLICASET: "rs0"\r
   dev:\r
-    MONGO_BASEURL: "localhost:27017,localhost:27017,localhost:27017/"\r
+    MONGO_BASEURL: "localhost:27017"\r
     MONGO_DBOTF: "otf"\r
-    MONGO_REPLICASET: "mongoOTF"\r
-  username: ""\r
-  password: ""\r
+    MONGO_REPLICASET: "rs0"\r
+  username: "!"\r
+  password: "!"\r
 otf:\r
   OTF_EMAIL: "OTF_NO-REPLY@localhost.com"\r
   OTF_URL:\r
@@ -57,3 +58,13 @@ sharedSecret: otf-aaf-credential-generator
 sharedCert: otf-cert-secret-builder\r
 \r
 healthEndpoint: otf/api/health/v1\r
+\r
+one_click:\r
+  enabled: false\r
+  mongo:\r
+    replicaset: rs0\r
+    database: otf\r
+    secret_name: mongo-mongodb\r
+    ip: 10.0.51.84:27017\r
+    username: "!"\r
+    password: "!"\r