updated docker/helm files for svc,ping,robot,ssh, and o1
[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: "otfuser"\r
41   password: "Today.123"\r
42 \r
43 # mongo:\r
44 #   prod:\r
45 #     OTF_MONGO_HOSTS: "localhost:18720,localhost:18720,localhost:18720/"\r
46 #     OTF_MONGO_DBOTF: "otf"\r
47 #     OTF_MONGO_REPLICASET: "otf-rs-prod2"\r
48 #   dev:\r
49 #     OTF_MONGO_HOSTS: "10.0.136.214:27017/"\r
50 #     #"localhost:27017,localhost:27017,localhost:27017/"\r
51 #     OTF_MONGO_DBOTF: "otf"\r
52 #     OTF_MONGO_REPLICASET: "rs0"\r
53 #     # "mongoOTF"\r
54 #   st:\r
55 #     OTF_MONGO_HOSTS: "localhost:27017,localhost:27017,localhost:27017/"\r
56 #     OTF_MONGO_DBOTF: "otf_st"\r
57 #     OTF_MONGO_REPLICASET: "mongoOTF"\r
58 \r
59 #   username: "otfuser"\r
60 #   # "username"\r
61 #   password: "Today.123"\r
62 #   # "password"\r
63 sharedSecret: otf-aaf-credential-generator\r
64 \r