From: abhijit_onap Date: Wed, 24 Jun 2020 12:42:43 +0000 (+0530) Subject: Modified to support Certificate and KeyPath X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=ca41a44422d165aa0abe252dca48241d8b74df3f;hp=54b1432860d4a0843b75378f68bcb3eba56ba9a8;p=ealt-edge.git Modified to support Certificate and KeyPath Updated the yaml file to associate with secret Default configuration SSL Mode - Disabled Signed-off-by: abhijit_onap Change-Id: I8c1ba3622a4de58bcc0c4dcfe61ff9899dce0aa4 --- diff --git a/ocd/infra/playbooks/roles/applcm/files/deploy/applcm-broker-deployment.yaml b/ocd/infra/playbooks/roles/applcm/files/deploy/applcm-broker-deployment.yaml index 648b0f4..21a2b6a 100644 --- a/ocd/infra/playbooks/roles/applcm/files/deploy/applcm-broker-deployment.yaml +++ b/ocd/infra/playbooks/roles/applcm/files/deploy/applcm-broker-deployment.yaml @@ -64,15 +64,27 @@ spec: value: /Artifacts/Deployment/ - name: PACKAGE_PATH value: /go/release/application/packages/ + - name: APLCM_SSL_MODE + - 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