X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=otf-frontend%2Fhelm%2Fotf-frontend%2Fvalues.yaml;fp=otf-frontend%2Fhelm%2Fotf-frontend%2Fvalues.yaml;h=571d323fc19fbac701b5344ed9b96f1f3e646a03;hp=0000000000000000000000000000000000000000;hb=14f6f95c84a4a1fa8774190db4a03fd0214ec55f;hpb=f49bd1efeaaddd4891c1f329b18d8cfb28b3e75b diff --git a/otf-frontend/helm/otf-frontend/values.yaml b/otf-frontend/helm/otf-frontend/values.yaml new file mode 100644 index 0000000..571d323 --- /dev/null +++ b/otf-frontend/helm/otf-frontend/values.yaml @@ -0,0 +1,59 @@ +appName: otf-frontend +version: 0.0.4-SNAPSHOT +image: otf-frontend +namespace: +nodePort: 32524 +replicas: + dev: 2 + st: 1 + prod: 2 +env: dev +AUTHENTICATION_SECRET: "" +serviceApi: + prod: + SERVICEAPI_URL: "https://localhost:32303/otf/api/" + SERVICEAPI_URIEXECUTETESTINSTANCE: "testInstance/execute/v1/id/" + prod_dr: + SERVICEAPI_URL: "https://localhost:32303/otf/api/" + SERVICEAPI_URIEXECUTETESTINSTANCE: "testInstance/execute/v1/id/" + st: + SERVICEAPI_URL: "https://localhost:32303/otf/api/" + SERVICEAPI_URIEXECUTETESTINSTANCE: "testInstance/execute/v1/id/" + dev: + SERVICEAPI_URL: "https://localhost:32303/otf/api/" + SERVICEAPI_URIEXECUTETESTINSTANCE: "testInstance/execute/v1/id/" +camundaApi: + prod: + CAMUNDAAPI_URL: "https://localhost:31313/" + prod_dr: + CAMUNDAAPI_URL: "https://localhost:31313/" + st: + CAMUNDAAPI_URL: "https://localhost:31313/" + dev: + CAMUNDAAPI_URL: "https://localhost:31313/" +mongo: + prod: + MONGO_BASEURL: "localhost:18720,localhost:18720,localhost:18720/" + MONGO_DBOTF: "otf" + MONGO_REPLICASET: "otf-rs-prod2" + st: + MONGO_BASEURL: "localhost:27017,localhost:27017,localhost:27017/" + MONGO_DBOTF: "otf_st" + MONGO_REPLICASET: "mongoOTF" + dev: + MONGO_BASEURL: "localhost:27017,localhost:27017,localhost:27017/" + MONGO_DBOTF: "otf" + MONGO_REPLICASET: "mongoOTF" + username: "" + password: "" +otf: + OTF_EMAIL: "OTF_NO-REPLY@localhost.com" + OTF_URL: + dev: "https://localhost:32524/" + st: "https://localhost:32524/" + prod: "https://localhost:32524/" + +sharedSecret: otf-aaf-credential-generator +sharedCert: otf-cert-secret-builder + +healthEndpoint: otf/api/health/v1