Enable https in nonrtric A1 simulator
[it/dep.git] / nonrtric / RECIPE_EXAMPLE / example_recipe.yaml
index 5a52499..a13d2c9 100644 (file)
@@ -30,7 +30,7 @@ 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
     replicaCount: 1
@@ -47,7 +47,18 @@ a1simulator:
       name: a1-simulator
       tag: 1.0.1
     service:
-      internalPort: 8085
+      httpName: http
+      internalPort1: 8085
+      targetPort1: 8085
+      httpsName: https
+      internalPort2: 8185
+      targetPort2: 8185
+    liveness:
+      initialDelaySeconds: 20
+      periodSeconds: 10
+    readiness:
+      initialDelaySeconds: 20
+      periodSeconds: 10
     oscVersion:
       name: a1-sim-osc
       replicaCount: 2