Aligining Versions of Helm Charts with H-release in NONRTRIC
[it/dep.git] / nonrtric / helm / policymanagementservice / values.yaml
index c3f2a2c..05db613 100644 (file)
 policymanagementservice:
   imagePullPolicy: IfNotPresent
   image:
-    registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
-    name: nonrtric-policy-agent
-    tag: 2.0.0
+    registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
+    name: nonrtric-plt-a1policymanagementservice
+    tag: 2.6.0
   service:
     allowHttp: true
     httpName: http
     internalPort1: 9080
     targetPort1: 8081
-    externalPort1: 30093
     httpsName: https
     internalPort2: 9081
     targetPort2: 8433
-    externalPort2: 30094
   liveness:
     initialDelaySeconds: 20
     periodSeconds: 10
   readiness:
     initialDelaySeconds: 20
     periodSeconds: 10
+  persistence:
+    size: 2Gi
+    storageClassName: standard
+  ingress:
+    enabled: false