Add helm chart for dmaapadapterservice
[it/dep.git] / nonrtric / helm / enrichmentservice / values.yaml
index b8a504a..32eb4a7 100644 (file)
@@ -21,9 +21,9 @@
 enrichmentservice:
   imagePullPolicy: IfNotPresent
   image:
-    registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
-    name: 'nonrtric-enrichment-coordinator-service'
-    tag: 1.1.1
+    registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
+    name: "nonrtric-enrichment-coordinator-service"
+    tag: 1.2.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