X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fdocker%2Fosm_pods%2Flcm.yaml;h=9464ffd49705c2c7ff1188e6fe57f494c28433a6;hb=refs%2Fchanges%2F61%2F9261%2F7;hp=f69fba3ee9dc42abbed09a4cd5d29a69560fe117;hpb=8339ed24e9270f4cd7aa34bb632505d8d72f6c4a;p=osm%2Fdevops.git diff --git a/installers/docker/osm_pods/lcm.yaml b/installers/docker/osm_pods/lcm.yaml index f69fba3e..9464ffd4 100644 --- a/installers/docker/osm_pods/lcm.yaml +++ b/installers/docker/osm_pods/lcm.yaml @@ -36,7 +36,7 @@ spec: command: ["sh", "-c", "until (nc -zvw1 kafka 9092 && nc -zvw1 ro 9090 && nc -zvw1 mongo 27017 ); do sleep 3; done; exit 0"] containers: - name: lcm - image: opensourcemano/lcm:latest + image: opensourcemano/lcm:7 env: - name: OSMLCM_RO_HOST value: ro @@ -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