Revert "Fix bug 1704 - Adding non-root user to run LCM"
[osm/devops.git] / installers / docker / osm_pods / lcm.yaml
index 5f34c0d..2628408 100644 (file)
@@ -30,10 +30,6 @@ spec:
       labels:
         app: lcm
     spec:
-      securityContext:
-        runAsUser: 1000
-        runAsGroup: 1000
-        fsGroup: 1000
       initContainers:
        - name: kafka-ro-mongo-test
          image: alpine:latest
@@ -58,4 +54,16 @@ spec:
           value: mongodb://mongodb-k8s:27017/?replicaSet=rs0
         envFrom:
         - secretRef:
-            name: lcm-secret
+           name: lcm-secret
+        volumeMounts:
+        - name: osm-packages
+          mountPath: /app/storage
+        - name: prometheus-config
+          mountPath: /etc/prometheus
+      volumes:
+      - name: osm-packages
+        hostPath:
+         path: /var/lib/osm/osm_osm_packages/_data
+      - name: prometheus-config
+        hostPath:
+          path: /var/lib/osm/prometheus