updating unused values on config files with default values
[it/otf.git] / otf-robot-test-head / helm / otf-robot-test-head / values.yaml
1 appName: otf-robot-test-head\r
2 env: dev\r
3 version: 0.0.1-SNAPSHOT\r
4 image: otf-robot-test-head:0.0.5-SNAPSHOT\r
5 namespace: org-oran-otf\r
6 nodePort: 32224\r
7 replicas: 1\r
8 health : /otf/vth/robot/v1/health\r
9 sharedCert: otf-cert-secret-builder\r
10 #pullSecret: ""\r
11 robot:\r
12   APP_SETTINGS: "app.configuration.DevelopmentConfiguration"\r
13 pvc:\r
14   dev: org-oran-otf-dev-logs-pv\r
15   prod: org-oran-otf-prod-logs-pv\r
16 \r
17 one_click:\r
18   enabled: false\r
19   mongo:\r
20     replicaset: rs0\r
21     database: otf\r
22     secret_name: mongo-mongodb\r
23     ip: 10.0.51.84:27017\r
24     username: "!"\r
25     password: "!"\r
26     \r
27 mongo:\r
28   prod:\r
29     OTF_MONGO_HOSTS: "10.0.136.214:27017/"\r
30     OTF_MONGO_DBOTF: "otf"\r
31     OTF_MONGO_REPLICASET: "rs0"\r
32   dev:\r
33     OTF_MONGO_HOSTS: "10.0.136.214:27017/"\r
34     OTF_MONGO_DBOTF: "otf"\r
35     OTF_MONGO_REPLICASET: "rs0"\r
36   st:\r
37     OTF_MONGO_HOSTS: "10.0.136.214:27017/"\r
38     OTF_MONGO_DBOTF: "otf_st"\r
39     OTF_MONGO_REPLICASET: "rs0"\r
40   username: "your-mongo-username"\r
41   password: "your-mongo-password"\r
42 \r
43 sharedSecret: otf-aaf-credential-generator\r
44 \r