X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=mep%2Fmepagent%2FSampleApp%2Fmepagent.yaml;h=7fcf9f01f91b5e9a2975d42777ca31b196638c77;hb=37e5052b0d53c9137cba0b18f0d28f311826aba6;hp=2afbf464ddd6c3a9ba00904dda9a65edbb3d2eef;hpb=76872e65a918fe31c6b28efd288cef10a1bd806f;p=ealt-edge.git diff --git a/mep/mepagent/SampleApp/mepagent.yaml b/mep/mepagent/SampleApp/mepagent.yaml index 2afbf46..7fcf9f0 100755 --- a/mep/mepagent/SampleApp/mepagent.yaml +++ b/mep/mepagent/SampleApp/mepagent.yaml @@ -31,16 +31,16 @@ spec: - name: CA_CERT_DOMAIN_NAME value: "www.ealtedge.com" - name: SSL_ROOT - value: "/etc/mepagent_ssl/ca.crt" + value: "/etc/mepagent_ssl/trust.cer" - name: APP_SSL_MODE value: "0" ports: - containerPort: 80 - volumeMounts: - - name: mepagentssl - mountPath: "/etc/mepagent_ssl" - readOnly: true - volumes: - - name: mepagentssl - secret: - secretName: mepagent-ssl + #volumeMounts: + #- name: mepagentssl + #mountPath: "/etc/mepagent_ssl" + #readOnly: true + #volumes: + #- name: mepagentssl + #secret: + #secretName: mepagentssl_secret