Kong ingress controller
[it/dep.git] / nonrtric / helm / policymanagementservice / values.yaml
index 21d2732..a868bce 100644 (file)
 policymanagementservice:
   imagePullPolicy: IfNotPresent
   image:
-    registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
+    registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
     name: nonrtric-policy-agent
-    tag: 1.0.0
+    tag: 2.2.0
   service:
-    name: http
-    internalPort: 8081
-    #Need to check the external port Availability
-    externalPort: 30091
-
-    
+    allowHttp: true
+    httpName: http
+    internalPort1: 9080
+    targetPort1: 8081
+    httpsName: https
+    internalPort2: 9081
+    targetPort2: 8433
+  liveness:
+    initialDelaySeconds: 20
+    periodSeconds: 10
+  readiness:
+    initialDelaySeconds: 20
+    periodSeconds: 10
+  persistence:
+    volumeReclaimPolicy: Retain
+    accessMode: ReadWriteOnce
+    size: 2Gi
+    mountPath: /dockerdata-nfs
+    mountSubPath: nonrtric/policymanagementservice
+    storageClass: "manual"
+    enabled: true
+    #existingClaim:
+  ingress:
+    enabled: false