Update K8s Monitoring
[osm/devops.git] / installers / docker / osm_pods / lcm.yaml
index 2628408..6832671 100644 (file)
@@ -30,6 +30,10 @@ spec:
       labels:
         app: lcm
     spec:
+      securityContext:
+        runAsUser: 1000
+        runAsGroup: 1000
+        fsGroup: 1000
       initContainers:
        - name: kafka-ro-mongo-test
          image: alpine:latest
@@ -54,16 +58,12 @@ 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
+          mountPath: /opt/prometheus
       volumes:
-      - name: osm-packages
-        hostPath:
-         path: /var/lib/osm/osm_osm_packages/_data
       - name: prometheus-config
         hostPath:
           path: /var/lib/osm/prometheus
+