X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fpolicymanagementservice%2Fvalues.yaml;h=45593cde836ebc74e2312f7ee397e7e344afa8c4;hb=refs%2Fchanges%2F28%2F4128%2F3;hp=21d2732c634a41855adc755462b124dac602df24;hpb=7e09001c5b58dab96d014fe3f9c41f89b53f3cc3;p=it%2Fdep.git diff --git a/nonrtric/helm/policymanagementservice/values.yaml b/nonrtric/helm/policymanagementservice/values.yaml index 21d2732c..45593cde 100644 --- a/nonrtric/helm/policymanagementservice/values.yaml +++ b/nonrtric/helm/policymanagementservice/values.yaml @@ -21,13 +21,24 @@ 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 service: - name: http - internalPort: 8081 - #Need to check the external port Availability - externalPort: 30091 + 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