added svcapi ui and camunda code
[it/otf.git] / otf-frontend / helm / otf-frontend / values.yaml
diff --git a/otf-frontend/helm/otf-frontend/values.yaml b/otf-frontend/helm/otf-frontend/values.yaml
new file mode 100644 (file)
index 0000000..571d323
--- /dev/null
@@ -0,0 +1,59 @@
+appName: otf-frontend\r
+version: 0.0.4-SNAPSHOT\r
+image: otf-frontend\r
+namespace: \r
+nodePort: 32524\r
+replicas:\r
+  dev: 2\r
+  st: 1\r
+  prod: 2\r
+env: dev\r
+AUTHENTICATION_SECRET: ""\r
+serviceApi:\r
+  prod:\r
+    SERVICEAPI_URL: "https://localhost:32303/otf/api/"\r
+    SERVICEAPI_URIEXECUTETESTINSTANCE: "testInstance/execute/v1/id/"\r
+  prod_dr:\r
+    SERVICEAPI_URL: "https://localhost:32303/otf/api/"\r
+    SERVICEAPI_URIEXECUTETESTINSTANCE: "testInstance/execute/v1/id/" \r
+  st:\r
+    SERVICEAPI_URL: "https://localhost:32303/otf/api/"\r
+    SERVICEAPI_URIEXECUTETESTINSTANCE: "testInstance/execute/v1/id/"\r
+  dev:\r
+    SERVICEAPI_URL: "https://localhost:32303/otf/api/"\r
+    SERVICEAPI_URIEXECUTETESTINSTANCE: "testInstance/execute/v1/id/"\r
+camundaApi:\r
+  prod:\r
+    CAMUNDAAPI_URL: "https://localhost:31313/"\r
+  prod_dr:\r
+    CAMUNDAAPI_URL: "https://localhost:31313/"\r
+  st:\r
+    CAMUNDAAPI_URL: "https://localhost:31313/"\r
+  dev:\r
+    CAMUNDAAPI_URL: "https://localhost:31313/"\r
+mongo:\r
+  prod:\r
+    MONGO_BASEURL: "localhost:18720,localhost:18720,localhost:18720/"\r
+    MONGO_DBOTF: "otf"\r
+    MONGO_REPLICASET: "otf-rs-prod2"\r
+  st:\r
+    MONGO_BASEURL: "localhost:27017,localhost:27017,localhost:27017/"\r
+    MONGO_DBOTF: "otf_st"\r
+    MONGO_REPLICASET: "mongoOTF"\r
+  dev:\r
+    MONGO_BASEURL: "localhost:27017,localhost:27017,localhost:27017/"\r
+    MONGO_DBOTF: "otf"\r
+    MONGO_REPLICASET: "mongoOTF"\r
+  username: ""\r
+  password: ""\r
+otf:\r
+  OTF_EMAIL: "OTF_NO-REPLY@localhost.com"\r
+  OTF_URL:\r
+    dev: "https://localhost:32524/"\r
+    st: "https://localhost:32524/"\r
+    prod: "https://localhost:32524/"\r
+\r
+sharedSecret: otf-aaf-credential-generator\r
+sharedCert: otf-cert-secret-builder\r
+\r
+healthEndpoint: otf/api/health/v1\r