X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2FRECIPE_EXAMPLE%2Fexample_recipe.yaml;h=77582e51ac8df2cc961a851519aa25a564a826f9;hb=d052a253e88bd1d15557b21e8c97334092d0771a;hp=5a52499b45f7084f45f494880b9430fd7a154908;hpb=e4d2f4b90f4045519b1957b37416e163a3079da7;p=it%2Fdep.git diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index 5a52499b..77582e51 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -30,13 +30,24 @@ a1controller: a1controller: 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-a1-controller - tag: 1.7.4 + tag: 1.7.5 replicaCount: 1 service: - internalPort: 8181 - externalPort: 8282 + allowHttp: true + httpName: http + internalPort1: 8282 + targetPort1: 8181 + httpsName: https + internalPort2: 8383 + targetPort2: 8443 + liveness: + initialDelaySeconds: 60 + periodSeconds: 10 + readiness: + initialDelaySeconds: 60 + periodSeconds: 10 a1simulator: a1simulator: