added svcapi ui and camunda code
[it/otf.git] / otf-frontend / helm / otf-frontend / values.yaml
1 appName: otf-frontend\r
2 version: 0.0.4-SNAPSHOT\r
3 image: otf-frontend\r
4 namespace: \r
5 nodePort: 32524\r
6 replicas:\r
7   dev: 2\r
8   st: 1\r
9   prod: 2\r
10 env: dev\r
11 AUTHENTICATION_SECRET: ""\r
12 serviceApi:\r
13   prod:\r
14     SERVICEAPI_URL: "https://localhost:32303/otf/api/"\r
15     SERVICEAPI_URIEXECUTETESTINSTANCE: "testInstance/execute/v1/id/"\r
16   prod_dr:\r
17     SERVICEAPI_URL: "https://localhost:32303/otf/api/"\r
18     SERVICEAPI_URIEXECUTETESTINSTANCE: "testInstance/execute/v1/id/" \r
19   st:\r
20     SERVICEAPI_URL: "https://localhost:32303/otf/api/"\r
21     SERVICEAPI_URIEXECUTETESTINSTANCE: "testInstance/execute/v1/id/"\r
22   dev:\r
23     SERVICEAPI_URL: "https://localhost:32303/otf/api/"\r
24     SERVICEAPI_URIEXECUTETESTINSTANCE: "testInstance/execute/v1/id/"\r
25 camundaApi:\r
26   prod:\r
27     CAMUNDAAPI_URL: "https://localhost:31313/"\r
28   prod_dr:\r
29     CAMUNDAAPI_URL: "https://localhost:31313/"\r
30   st:\r
31     CAMUNDAAPI_URL: "https://localhost:31313/"\r
32   dev:\r
33     CAMUNDAAPI_URL: "https://localhost:31313/"\r
34 mongo:\r
35   prod:\r
36     MONGO_BASEURL: "localhost:18720,localhost:18720,localhost:18720/"\r
37     MONGO_DBOTF: "otf"\r
38     MONGO_REPLICASET: "otf-rs-prod2"\r
39   st:\r
40     MONGO_BASEURL: "localhost:27017,localhost:27017,localhost:27017/"\r
41     MONGO_DBOTF: "otf_st"\r
42     MONGO_REPLICASET: "mongoOTF"\r
43   dev:\r
44     MONGO_BASEURL: "localhost:27017,localhost:27017,localhost:27017/"\r
45     MONGO_DBOTF: "otf"\r
46     MONGO_REPLICASET: "mongoOTF"\r
47   username: ""\r
48   password: ""\r
49 otf:\r
50   OTF_EMAIL: "OTF_NO-REPLY@localhost.com"\r
51   OTF_URL:\r
52     dev: "https://localhost:32524/"\r
53     st: "https://localhost:32524/"\r
54     prod: "https://localhost:32524/"\r
55 \r
56 sharedSecret: otf-aaf-credential-generator\r
57 sharedCert: otf-cert-secret-builder\r
58 \r
59 healthEndpoint: otf/api/health/v1\r