X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fdocker%2Fosm_pods%2Flcm.yaml;h=68326716a09d340c13030a1d90cf4f91a4e5b2f5;hb=7e4e7d0ed50731215c2097c0564ca76f9fe16815;hp=5f34c0d80dd1c52b85ad6a3773eb6650e22070a4;hpb=9e3816c795590c934a228af35102d307351a77db;p=osm%2Fdevops.git diff --git a/installers/docker/osm_pods/lcm.yaml b/installers/docker/osm_pods/lcm.yaml index 5f34c0d8..68326716 100644 --- a/installers/docker/osm_pods/lcm.yaml +++ b/installers/docker/osm_pods/lcm.yaml @@ -59,3 +59,11 @@ spec: envFrom: - secretRef: name: lcm-secret + volumeMounts: + - name: prometheus-config + mountPath: /opt/prometheus + volumes: + - name: prometheus-config + hostPath: + path: /var/lib/osm/prometheus +