X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=otf-frontend%2Fhelm%2Fotf-frontend%2Fvalues.yaml;h=19195558bcd843b0cee1d583d3bd7af56a2b6707;hb=511121c6c7d682288fd3fc72666db8f2221b72ae;hp=571d323fc19fbac701b5344ed9b96f1f3e646a03;hpb=6f7e46b4562b31f748670be8947d315963240ddd;p=it%2Fotf.git diff --git a/otf-frontend/helm/otf-frontend/values.yaml b/otf-frontend/helm/otf-frontend/values.yaml index 571d323..1919555 100644 --- a/otf-frontend/helm/otf-frontend/values.yaml +++ b/otf-frontend/helm/otf-frontend/values.yaml @@ -1,12 +1,13 @@ appName: otf-frontend version: 0.0.4-SNAPSHOT +#pullSecret: "" image: otf-frontend -namespace: +#namespace: nodePort: 32524 replicas: - dev: 2 + dev: 1 st: 1 - prod: 2 + prod: 1 env: dev AUTHENTICATION_SECRET: "" serviceApi: @@ -33,19 +34,19 @@ camundaApi: CAMUNDAAPI_URL: "https://localhost:31313/" mongo: prod: - MONGO_BASEURL: "localhost:18720,localhost:18720,localhost:18720/" + MONGO_BASEURL: "localhost:27017/" MONGO_DBOTF: "otf" - MONGO_REPLICASET: "otf-rs-prod2" + MONGO_REPLICASET: "rs0" st: - MONGO_BASEURL: "localhost:27017,localhost:27017,localhost:27017/" + MONGO_BASEURL: "localhost:27017" MONGO_DBOTF: "otf_st" - MONGO_REPLICASET: "mongoOTF" + MONGO_REPLICASET: "rs0" dev: - MONGO_BASEURL: "localhost:27017,localhost:27017,localhost:27017/" + MONGO_BASEURL: "localhost:27017" MONGO_DBOTF: "otf" - MONGO_REPLICASET: "mongoOTF" - username: "" - password: "" + MONGO_REPLICASET: "rs0" + username: "!" + password: "!" otf: OTF_EMAIL: "OTF_NO-REPLY@localhost.com" OTF_URL: @@ -57,3 +58,15 @@ sharedSecret: otf-aaf-credential-generator sharedCert: otf-cert-secret-builder healthEndpoint: otf/api/health/v1 + +one_click: + enabled: false + mongo: + replicaset: rs0 + database: otf + secret_name: mongo-mongodb + ip: 10.0.51.84:27017 + username: "!" + password: "!" + mechId: "!" + mechIdPassword: "!"