Feature 10947 Cert-manager installation for gRPC authentication
[osm/devops.git] / installers / docker / osm_pods / lcm.yaml
index f52d724..3e5a271 100644 (file)
@@ -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:11
+        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