X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=nonrtric%2Fhelm%2Fenrichmentservice%2Fvalues.yaml;h=8ed6dc589b5a0b9b853dbfebe7a2d3247d096aca;hb=refs%2Fchanges%2F50%2F6450%2F3;hp=7e1ed199bb224ccbcc70e9c8455fd75aee7c8786;hpb=e691473b686c832d7f1e2158bd5364e14f6447b3;p=it%2Fdep.git diff --git a/nonrtric/helm/enrichmentservice/values.yaml b/nonrtric/helm/enrichmentservice/values.yaml index 7e1ed199..8ed6dc58 100644 --- a/nonrtric/helm/enrichmentservice/values.yaml +++ b/nonrtric/helm/enrichmentservice/values.yaml @@ -21,9 +21,9 @@ enrichmentservice: imagePullPolicy: IfNotPresent image: - registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' - name: 'nonrtric-enrichment-coordinator-service' - tag: 1.0.0 + registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" + name: "nonrtric-enrichment-coordinator-service" + tag: 1.1.0 service: allowHttp: true httpName: http @@ -39,9 +39,7 @@ enrichmentservice: initialDelaySeconds: 20 periodSeconds: 10 persistence: - volumeReclaimPolicy: Retain - accessMode: ReadWriteOnce size: 2Gi - mountPath: /dockerdata-nfs - mountSubPath: nonrtric/enrichmentservice - + storageClassName: standard + ingress: + enabled: false