829b81aa0bb34509e20023fc45959963078a98e6
[it/otf.git] / otf-frontend / helm / otf-frontend / values.yaml
1 appName: otf-frontend\r
2 version: 0.0.4-SNAPSHOT\r
3 #pullSecret: ""\r
4 image: otf-frontend\r
5 namespace: \r
6 nodePort: 32524\r
7 replicas:\r
8   dev: 2\r
9   st: 1\r
10   prod: 2\r
11 env: dev\r
12 AUTHENTICATION_SECRET: ""\r
13 serviceApi:\r
14   prod:\r
15     SERVICEAPI_URL: "https://localhost:32303/otf/api/"\r
16     SERVICEAPI_URIEXECUTETESTINSTANCE: "testInstance/execute/v1/id/"\r
17   prod_dr:\r
18     SERVICEAPI_URL: "https://localhost:32303/otf/api/"\r
19     SERVICEAPI_URIEXECUTETESTINSTANCE: "testInstance/execute/v1/id/" \r
20   st:\r
21     SERVICEAPI_URL: "https://localhost:32303/otf/api/"\r
22     SERVICEAPI_URIEXECUTETESTINSTANCE: "testInstance/execute/v1/id/"\r
23   dev:\r
24     SERVICEAPI_URL: "https://localhost:32303/otf/api/"\r
25     SERVICEAPI_URIEXECUTETESTINSTANCE: "testInstance/execute/v1/id/"\r
26 camundaApi:\r
27   prod:\r
28     CAMUNDAAPI_URL: "https://localhost:31313/"\r
29   prod_dr:\r
30     CAMUNDAAPI_URL: "https://localhost:31313/"\r
31   st:\r
32     CAMUNDAAPI_URL: "https://localhost:31313/"\r
33   dev:\r
34     CAMUNDAAPI_URL: "https://localhost:31313/"\r
35 mongo:\r
36   prod:\r
37     MONGO_BASEURL: "localhost:27017/"\r
38     MONGO_DBOTF: "otf"\r
39     MONGO_REPLICASET: "rs0"\r
40   st:\r
41     MONGO_BASEURL: "localhost:27017"\r
42     MONGO_DBOTF: "otf_st"\r
43     MONGO_REPLICASET: "rs0"\r
44   dev:\r
45     MONGO_BASEURL: "localhost:27017"\r
46     MONGO_DBOTF: "otf"\r
47     MONGO_REPLICASET: "rs0"\r
48   username: "!"\r
49   password: "!"\r
50 otf:\r
51   OTF_EMAIL: "OTF_NO-REPLY@localhost.com"\r
52   OTF_URL:\r
53     dev: "https://localhost:32524/"\r
54     st: "https://localhost:32524/"\r
55     prod: "https://localhost:32524/"\r
56 \r
57 sharedSecret: otf-aaf-credential-generator\r
58 sharedCert: otf-cert-secret-builder\r
59 \r
60 healthEndpoint: otf/api/health/v1\r
61 \r
62 one_click:\r
63   enabled: false\r
64   mongo:\r
65     replicaset: rs0\r
66     database: otf\r
67     secret_name: mongo-mongodb\r
68     ip: 10.0.51.84:27017\r
69     username: "!"\r
70     password: "!"\r