Removed extra space and code changes done
[ealt-edge.git] / ocd / infra / playbooks / roles / applcm / files / deploy / applcm-broker-deployment.yaml
index 648b0f4..9d889a4 100644 (file)
@@ -64,15 +64,27 @@ spec:
           value: /Artifacts/Deployment/
         - name: PACKAGE_PATH
           value: /go/release/application/packages/
+        - name: HTTPS_FLAG
+          value: "false"
+        - name: CERTIFICATE_PATH
+          value: /go/release/certificates/server.cer
+        - name: KEY_PATH
+          value: /go/release/certificates/server_key.pem
         image: ealtedge/applcm-broker:latest
         imagePullPolicy: ""
         name: applcm-broker
         ports:
         - containerPort: 8081
         resources: {}
+        #volumeMounts:
+          #- mountPath: /go/release/certificates/
+            #name: server-cert
       restartPolicy: Always
       serviceAccountName: ""
-      volumes: null
+      #volumes:
+        #- name: server-cert
+          #secret:
+           #secretName: applcm-secret
 status: {}
 
 # yamllint enable