X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fenrichmentservice%2Fvalues.yaml;h=e5d997a9cb6d9d2531fdd3f47a5bbf1a67f946be;hb=5142c8625abe92afb01c799079d743db5d400f07;hp=b64e3acaea41e5a8b872643cfdfcacfd4d3f8c41;hpb=16d1788c8835feb3bf819711704cb63a2116c829;p=it%2Fdep.git diff --git a/nonrtric/helm/enrichmentservice/values.yaml b/nonrtric/helm/enrichmentservice/values.yaml index b64e3aca..e5d997a9 100644 --- a/nonrtric/helm/enrichmentservice/values.yaml +++ b/nonrtric/helm/enrichmentservice/values.yaml @@ -21,19 +21,17 @@ enrichmentservice: imagePullPolicy: IfNotPresent image: - registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' + registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' name: 'nonrtric-enrichment-coordinator-service' - tag: 1.0.0 + tag: 1.1.0 service: allowHttp: true httpName: http internalPort1: 9082 targetPort1: 8083 - externalPort1: 30095 httpsName: https internalPort2: 9083 targetPort2: 8434 - externalPort2: 30096 liveness: initialDelaySeconds: 20 periodSeconds: 10 @@ -46,4 +44,5 @@ enrichmentservice: size: 2Gi mountPath: /dockerdata-nfs mountSubPath: nonrtric/enrichmentservice - + ingress: + enabled: false