Updating the Values.yaml for several services. Cleaned out proprietary data
[it/otf.git] / otf-service-api / helm / otf-service-api / values.yaml
1 appName: otf-oran-service-api
2 version: latest
3 pullSecret: "docker.secret"
4 image: image-registry
5 namespace: 
6 nodePort: 32303
7 replicas:
8   dev: 2
9   st: 1
10   prod: 2
11 env: dev
12 # Environment variables for the service api.
13 otf:
14   mongo:
15     dev:
16       host: 127.0.0.1:27017
17       replicaSet: rs0
18       database: otf
19     st:
20       host: localhost:27017,localhost:27017,localhost:27017
21       replicaSet: ""
22       database: ""
23     prod:
24       host: localhost:18720,localhost:18720,localhost:18720
25       replicaSet: ""
26       database: ""
27     username: "!"
28     password: "!"
29   camunda:
30     dev:
31       host: https://localhost
32       port: 31313
33     st:
34       host: https://localhost
35       port: 31313
36     prod:
37       host: https://localhost
38       port: 31313
39     prod_dr:
40       host: https://localhost
41       port: 31313
42     uri:
43       process_definition: rest/process-definition/key
44       delete_test_strategy: otf/tcu/delete-test-strategy/v1/deployment-id
45       delete_test_strategy_test_definition_id: otf/tcu/delete-test-strategy/v1/test-definition-id
46       execute_test: otf/tcu/execute/workflowRequest
47       deploy_test_strategy_zip: otf/tcu/deploy-test-strategy-zip/v1
48       process_instance_completion_check: otf/tcu/process-instance-completion-check/v1
49       health: /otf/health/v1
50     executionUri: otf/tcu/execute-test/v1
51     pollingUri: otf/tcu/process-instance-completion-check/v1
52     deploymentUri: otf/tcu/deploy-test-strategy-zip/v1
53     processDefinitionKeyUri: rest/process-definition/key
54     deploymentDeletionUri: otf/tcu/delete-test-strategy/v1/deployment-id
55     testDefinitionDeletionUri: otf/tcu/delete-test-strategy/v1/test-definition-id
56   api:
57     poll_interval: 6000
58     poll_attempts: 50
59
60 # permission type for aaf
61 aafPermType:
62   dev: ""
63   st:  ""
64   prod:  ""
65
66 cadiHostname:
67   dev: localhost
68   st: localhost
69   prod: localhost
70   prod_dr: localhost
71   
72 # Secret related information.
73 sharedSecret: otf-aaf-credential-generator
74 sharedCert: otf-cert-secret-builder
75 cert:
76   dev: 
77     name: ""
78     path: ""
79   st: 
80     name: ""
81     path: ""
82   prod: 
83     name: ""
84     path: ""
85   
86 pvc:
87   dev: ""
88   prod: ""
89
90 one_click:
91   enabled: false
92   mongo:
93     replicaset: "!"
94     database: "!"
95     secret_name: mongo-mongodb
96     ip: 127.0.0.1:27017
97     username: "!"
98     password: "!"