X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fa1controller%2Fvalues.yaml;h=80af1f0c14819876ac7e7cc84c873d2454b4bb70;hb=d052a253e88bd1d15557b21e8c97334092d0771a;hp=6b0e5d370fe7bb69dc8b9b24813cdebdafd91f65;hpb=ba456a2db7dc1d1e3ab3bb15b5878dd01dfa2756;p=it%2Fdep.git diff --git a/nonrtric/helm/a1controller/values.yaml b/nonrtric/helm/a1controller/values.yaml index 6b0e5d37..80af1f0c 100644 --- a/nonrtric/helm/a1controller/values.yaml +++ b/nonrtric/helm/a1controller/values.yaml @@ -22,8 +22,19 @@ a1controller: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-a1-controller - tag: 1.7.4 + tag: 1.7.5 replicaCount: 1 service: - internalPort: 8181 - externalPort: 8282 \ No newline at end of file + allowHttp: true + httpName: http + internalPort1: 8282 + targetPort1: 8181 + httpsName: https + internalPort2: 8383 + targetPort2: 8443 + liveness: + initialDelaySeconds: 60 + periodSeconds: 10 + readiness: + initialDelaySeconds: 60 + periodSeconds: 10