X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fpolicymanagementservice%2Fvalues.yaml;h=ae26644f7661dfdfc9b33252515f78c4b90b6726;hb=846cb20e969f73052bd3d1640622a0581b3cf98a;hp=697ef1ae24096f87007cd5d1d83fc357a316057e;hpb=c75830fad6691b9a53e2591d9923d744020b66e8;p=it%2Fdep.git diff --git a/nonrtric/helm/policymanagementservice/values.yaml b/nonrtric/helm/policymanagementservice/values.yaml index 697ef1ae..ae26644f 100644 --- a/nonrtric/helm/policymanagementservice/values.yaml +++ b/nonrtric/helm/policymanagementservice/values.yaml @@ -21,19 +21,17 @@ policymanagementservice: 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-policy-agent - tag: 2.0.0 + tag: 2.2.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 @@ -42,7 +40,7 @@ policymanagementservice: periodSeconds: 10 controllers: | [ - { + { "name": "controller1", "baseUrl": "https://a1controller:8383", "userName": "admin", @@ -102,7 +100,7 @@ policymanagementservice: "dmaap_subscriber":{ "type":"message_router", "dmaap_info":{ - "topic_url":"http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent" + "topic_url":"http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100" } } }