Update nonrtric A1 simulator to allow http
[it/dep.git] / nonrtric / helm / a1simulator / templates / statefulset.yaml
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