X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fdbaas%2Fvalues.yaml;h=58b2febf21f32514f90fb2788798d9bc3c2ea32d;hb=ca722e6a52445d9148ee361d0cc6eaba1bbb7610;hp=59481670c21754a199d2eaea1e4e4d0766af3006;hpb=033ab424056c2de6bdbc22479e961aeebbaddd37;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/dbaas/values.yaml b/ric-platform/50-RIC-Platform/helm/dbaas/values.yaml index 59481670..58b2febf 100644 --- a/ric-platform/50-RIC-Platform/helm/dbaas/values.yaml +++ b/ric-platform/50-RIC-Platform/helm/dbaas/values.yaml @@ -19,26 +19,12 @@ repository: "nexus3.o-ran-sc.org:10004" imagePullPolicy: IfNotPresent repositoryCred: docker-reg-cred - -# Uncomment the following line to override the docker registry -#repositoryOverride: "" - - -# Uncomment the following line to override the docker registry credential -#repositoryCredOverride: "" - -# Uncomment the following line to override the image pull policy -#imagePullPolicyOverride: "" - - - -nameOverride: "redis-standalone" - -backend: - terminationGracePeriodSeconds: 0 - replicas: 1 - port: 6379 - targetPort: 6379 - image: - name: redis-standalone - tag: latest +dbaas: + backend: + terminationGracePeriodSeconds: 0 + replicas: 1 + port: 6379 + containerPort: 6379 + image: + name: ric-plt-dbaas + tag: latest \ No newline at end of file