X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=otf-service-api%2Fhelm%2Fotf-service-api%2Fvalues.yaml;fp=otf-service-api%2Fhelm%2Fotf-service-api%2Fvalues.yaml;h=49ee6416095af1365495d5fe0267bb80ca9a60c6;hp=0000000000000000000000000000000000000000;hb=14f6f95c84a4a1fa8774190db4a03fd0214ec55f;hpb=f49bd1efeaaddd4891c1f329b18d8cfb28b3e75b diff --git a/otf-service-api/helm/otf-service-api/values.yaml b/otf-service-api/helm/otf-service-api/values.yaml new file mode 100644 index 0000000..49ee641 --- /dev/null +++ b/otf-service-api/helm/otf-service-api/values.yaml @@ -0,0 +1,89 @@ +appName: otf-service-api +version: 0.0.1-SNAPSHOT +image: otf-service-api:0.0.1-SNAPSHOT +namespace: org-oran-otf +nodePort: 32303 +replicas: + dev: 2 + st: 1 + prod: 2 +env: dev +# Environment variables for the service api. +otf: + mongo: + dev: + host: localhost:27017,localhost:27017,localhost:27017 + replicaSet: mongoOTF + database: otf + st: + host: localhost:27017,localhost:27017,localhost:27017 + replicaSet: mongoOTF + database: otf_st + prod: + host: localhost:18720,localhost:18720,localhost:18720 + replicaSet: otf-rs-prod2 + database: otf + username: "!" + password: "!" + camunda: + dev: + host: https://localhost + port: 31313 + st: + host: https://localhost + port: 31313 + prod: + host: https://localhost + port: 31313 + prod_dr: + host: https://localhost + port: 31313 + uri: + process_definition: rest/process-definition/key + delete_test_strategy: otf/tcu/delete-test-strategy/v1/deployment-id + delete_test_strategy_test_definition_id: otf/tcu/delete-test-strategy/v1/test-definition-id + execute_test: otf/tcu/execute/workflowRequest + deploy_test_strategy_zip: otf/tcu/deploy-test-strategy-zip/v1 + process_instance_completion_check: otf/tcu/process-instance-completion-check/v1 + health: /otf/health/v1 + executionUri: otf/tcu/execute-test/v1 + pollingUri: otf/tcu/process-instance-completion-check/v1 + deploymentUri: otf/tcu/deploy-test-strategy-zip/v1 + processDefinitionKeyUri: rest/process-definition/key + deploymentDeletionUri: otf/tcu/delete-test-strategy/v1/deployment-id + testDefinitionDeletionUri: otf/tcu/delete-test-strategy/v1/test-definition-id + api: + poll_interval: 6000 + poll_attempts: 50 + +# permission type for aaf +aafPermType: + dev: org.oran.otf.svcapi + st: org.oran.otf.st.svcapi + prod: org.oran.otf.prod.svcapi + +cadiHostname: + dev: localhost + st: localhost + prod: localhost + prod_dr: localhost + +# Secret related information. +sharedSecret: otf-aaf-credential-generator +sharedCert: otf-cert-secret-builder +cert: + dev: + name: otf_dev.p12 + path: opt/cert/otf_dev.p12 + st: + name: otf_st.p12 + path: opt/cert/otf_st.p12 + prod: + name: otf_prod.p12 + path: opt/cert/otf_prod.p12 + +pvc: + dev: org-oran-otf-dev-logs-pv + prod: org-oran-otf-prod-logs-pv + +