Merge "App config path change"
authorLusheng Ji <lji@research.att.com>
Wed, 3 Jun 2020 02:02:38 +0000 (02:02 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Wed, 3 Jun 2020 02:02:38 +0000 (02:02 +0000)
nonrtric/RECIPE_EXAMPLE/example_recipe.yaml
nonrtric/helm/a1simulator/templates/statefulset.yaml
nonrtric/helm/a1simulator/values.yaml

index 8482f6c..be15681 100644 (file)
@@ -58,6 +58,7 @@ a1simulator:
       name: a1-simulator
       tag: 1.0.1
     service:
+      allowHttp: true
       httpName: http
       internalPort1: 8085
       targetPort1: 8085
index d6dc0b3..63019cd 100644 (file)
@@ -63,6 +63,8 @@ spec:
         env:
         - name: A1_VERSION
           value: OSC_2.1.0
+        - name: ALLOW_HTTP
+          value: {{ .Values.a1simulator.service.allowHttp | quote}}
 
 ---
 kind: StatefulSet
@@ -113,4 +115,6 @@ spec:
           periodSeconds: {{ .Values.a1simulator.liveness.periodSeconds }}
         env:
         - name: A1_VERSION
-          value: STD_1.1.3
\ No newline at end of file
+          value: STD_1.1.3
+        - name: ALLOW_HTTP
+          value: {{ .Values.a1simulator.service.allowHttp | quote}}
\ No newline at end of file
index 5371569..c059c38 100644 (file)
@@ -26,6 +26,7 @@ a1simulator:
     name: a1-simulator
     tag: 1.0.1
   service:
+    allowHttp: true
     httpName: http
     internalPort1: 8085
     targetPort1: 8085