111d05911b212b90054c1764e552d051b2d5c728
[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 robot:\r
11   APP_SETTINGS: "app.configuration.DevelopmentConfiguration"\r
12 pvc:\r
13   dev: org-oran-otf-dev-logs-pv\r
14   prod: org-oran-otf-prod-logs-pv\r
15 mongo:\r
16   prod:\r
17     OTF_MONGO_HOSTS: "localhost:18720,localhost:18720,localhost:18720/"\r
18     OTF_MONGO_DBOTF: "otf"\r
19     OTF_MONGO_REPLICASET: "otf-rs-prod2"\r
20   dev:\r
21     OTF_MONGO_HOSTS: "localhost:27017,localhost:27017,localhost:27017/"\r
22     OTF_MONGO_DBOTF: "otf"\r
23     OTF_MONGO_REPLICASET: "mongoOTF"\r
24   st:\r
25     OTF_MONGO_HOSTS: "localhost:27017,localhost:27017,localhost:27017/"\r
26     OTF_MONGO_DBOTF: "otf_st"\r
27     OTF_MONGO_REPLICASET: "mongoOTF"\r
28 \r
29   username: ""\r
30   password: ""\r
31 sharedSecret: otf-aaf-credential-generator\r