feat(lcm-prometheus interconnection): allows lcm to modify prometheus config in order...
[osm/devops.git] / installers / docker / osm_pods / lcm.yaml
index c74143f..9464ffd 100644 (file)
@@ -50,7 +50,12 @@ spec:
         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