added svcapi ui and camunda code
[it/otf.git] / otf-service-api / helm / otf-service-api / values.yaml
1 appName: otf-service-api\r
2 version: 0.0.1-SNAPSHOT\r
3 image: otf-service-api:0.0.1-SNAPSHOT\r
4 namespace: org-oran-otf\r
5 nodePort: 32303\r
6 replicas:\r
7   dev: 2\r
8   st: 1\r
9   prod: 2\r
10 env: dev\r
11 # Environment variables for the service api.\r
12 otf:\r
13   mongo:\r
14     dev:\r
15       host: localhost:27017,localhost:27017,localhost:27017\r
16       replicaSet: mongoOTF\r
17       database: otf\r
18     st:\r
19       host: localhost:27017,localhost:27017,localhost:27017\r
20       replicaSet: mongoOTF\r
21       database: otf_st\r
22     prod:\r
23       host: localhost:18720,localhost:18720,localhost:18720\r
24       replicaSet: otf-rs-prod2\r
25       database: otf\r
26     username: "!"\r
27     password: "!"\r
28   camunda:\r
29     dev:\r
30       host: https://localhost\r
31       port: 31313\r
32     st:\r
33       host: https://localhost\r
34       port: 31313\r
35     prod:\r
36       host: https://localhost\r
37       port: 31313\r
38     prod_dr:\r
39       host: https://localhost\r
40       port: 31313\r
41     uri:\r
42       process_definition: rest/process-definition/key\r
43       delete_test_strategy: otf/tcu/delete-test-strategy/v1/deployment-id\r
44       delete_test_strategy_test_definition_id: otf/tcu/delete-test-strategy/v1/test-definition-id\r
45       execute_test: otf/tcu/execute/workflowRequest\r
46       deploy_test_strategy_zip: otf/tcu/deploy-test-strategy-zip/v1\r
47       process_instance_completion_check: otf/tcu/process-instance-completion-check/v1\r
48       health: /otf/health/v1\r
49     executionUri: otf/tcu/execute-test/v1\r
50     pollingUri: otf/tcu/process-instance-completion-check/v1\r
51     deploymentUri: otf/tcu/deploy-test-strategy-zip/v1\r
52     processDefinitionKeyUri: rest/process-definition/key\r
53     deploymentDeletionUri: otf/tcu/delete-test-strategy/v1/deployment-id\r
54     testDefinitionDeletionUri: otf/tcu/delete-test-strategy/v1/test-definition-id\r
55   api:\r
56     poll_interval: 6000\r
57     poll_attempts: 50\r
58 \r
59 # permission type for aaf\r
60 aafPermType:\r
61   dev: org.oran.otf.svcapi\r
62   st:  org.oran.otf.st.svcapi\r
63   prod:  org.oran.otf.prod.svcapi\r
64 \r
65 cadiHostname:\r
66   dev: localhost\r
67   st: localhost\r
68   prod: localhost\r
69   prod_dr: localhost\r
70   \r
71 # Secret related information.\r
72 sharedSecret: otf-aaf-credential-generator\r
73 sharedCert: otf-cert-secret-builder\r
74 cert:\r
75   dev: \r
76     name: otf_dev.p12\r
77     path: opt/cert/otf_dev.p12\r
78   st: \r
79     name: otf_st.p12\r
80     path: opt/cert/otf_st.p12\r
81   prod: \r
82     name: otf_prod.p12\r
83     path: opt/cert/otf_prod.p12\r
84   \r
85 pvc:\r
86   dev: org-oran-otf-dev-logs-pv\r
87   prod: org-oran-otf-prod-logs-pv\r
88 \r
89 \r