X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fdbaas%2Fvalues.yaml;h=2f1de685edf699560e7a7e168bf4e978ae945773;hb=a9ae10bcbf57300b65fb0f39090034554c59270c;hp=58b2febf21f32514f90fb2788798d9bc3c2ea32d;hpb=24911bfc0c117c7395fb735676689a256f87dcd3;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 58b2febf..2f1de685 100644 --- a/ric-platform/50-RIC-Platform/helm/dbaas/values.yaml +++ b/ric-platform/50-RIC-Platform/helm/dbaas/values.yaml @@ -23,8 +23,11 @@ dbaas: backend: terminationGracePeriodSeconds: 0 replicas: 1 - port: 6379 - containerPort: 6379 image: name: ric-plt-dbaas - tag: latest \ No newline at end of file + tag: 0.1.0 + + # Service ports are now defined in + # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file. + # If need to change a service port, make the code change necessary, then + # update the _ports.tpl file with the new port number. \ No newline at end of file