X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=otf-robot-test-head%2Fhelm%2Fotf-robot-test-head%2Fvalues.yaml;fp=otf-robot-test-head%2Fhelm%2Fotf-robot-test-head%2Fvalues.yaml;h=111d05911b212b90054c1764e552d051b2d5c728;hp=0000000000000000000000000000000000000000;hb=f49bd1efeaaddd4891c1f329b18d8cfb28b3e75b;hpb=5d8b2580c97e466f9c5a6c78693c24277d94244c diff --git a/otf-robot-test-head/helm/otf-robot-test-head/values.yaml b/otf-robot-test-head/helm/otf-robot-test-head/values.yaml new file mode 100644 index 0000000..111d059 --- /dev/null +++ b/otf-robot-test-head/helm/otf-robot-test-head/values.yaml @@ -0,0 +1,31 @@ +appName: otf-robot-test-head +env: dev +version: 0.0.1-SNAPSHOT +image: otf-robot-test-head:0.0.5-SNAPSHOT +namespace: org-oran-otf +nodePort: 32224 +replicas: 1 +health : /otf/vth/robot/v1/health +sharedCert: otf-cert-secret-builder +robot: + APP_SETTINGS: "app.configuration.DevelopmentConfiguration" +pvc: + dev: org-oran-otf-dev-logs-pv + prod: org-oran-otf-prod-logs-pv +mongo: + prod: + OTF_MONGO_HOSTS: "localhost:18720,localhost:18720,localhost:18720/" + OTF_MONGO_DBOTF: "otf" + OTF_MONGO_REPLICASET: "otf-rs-prod2" + dev: + OTF_MONGO_HOSTS: "localhost:27017,localhost:27017,localhost:27017/" + OTF_MONGO_DBOTF: "otf" + OTF_MONGO_REPLICASET: "mongoOTF" + st: + OTF_MONGO_HOSTS: "localhost:27017,localhost:27017,localhost:27017/" + OTF_MONGO_DBOTF: "otf_st" + OTF_MONGO_REPLICASET: "mongoOTF" + + username: "" + password: "" +sharedSecret: otf-aaf-credential-generator