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=829b81aa0bb34509e20023fc45959963078a98e6;hp=571d323fc19fbac701b5344ed9b96f1f3e646a03;hb=321c6b595a3f05db9e4327c16af85c16752f9ec2;hpb=29cd8447ada8036b91ad2ca75a3c1c3fe0d8ba55 diff --git a/otf-frontend/helm/otf-frontend/values.yaml b/otf-frontend/helm/otf-frontend/values.yaml index 571d323..829b81a 100644 --- a/otf-frontend/helm/otf-frontend/values.yaml +++ b/otf-frontend/helm/otf-frontend/values.yaml @@ -1,5 +1,6 @@ appName: otf-frontend version: 0.0.4-SNAPSHOT +#pullSecret: "" image: otf-frontend namespace: nodePort: 32524 @@ -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,13 @@ 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: "!"