X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fdocker%2Fosm_pods%2Flcm.yaml;h=3e5a271d0613611db3cd9594aa7598cd7e35c298;hb=0d4965fd608302f2cc2d08455eaf769fc60afbcf;hp=6fc5402b4184f27a1f9bd222e8c469418f4f0215;hpb=961550439e2328d4c03d50cf83a04645abbc5175;p=osm%2Fdevops.git diff --git a/installers/docker/osm_pods/lcm.yaml b/installers/docker/osm_pods/lcm.yaml index 6fc5402b..3e5a271d 100644 --- a/installers/docker/osm_pods/lcm.yaml +++ b/installers/docker/osm_pods/lcm.yaml @@ -41,7 +41,7 @@ spec: command: ["sh", "-c", "until (nc -zvw1 kafka 9092 && nc -zvw1 ro 9090 && nc -zvw1 mongodb-k8s 27017 ); do sleep 3; done; exit 0"] containers: - name: lcm - image: opensourcemano/lcm:12 + image: opensourcemano/lcm:13 env: - name: OSMLCM_RO_HOST value: ro @@ -60,3 +60,16 @@ spec: envFrom: - secretRef: name: lcm-secret + volumeMounts: + - mountPath: /etc/ssl/certs/osm-ca.crt + name: osm-ca + readOnly: true + subPath: osm-ca.crt + volumes: + - name: osm-ca + secret: + defaultMode: 420 + items: + - key: tls.crt + path: osm-ca.crt + secretName: osm-ca