X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fdocker%2Fosm_pods%2Fmon.yaml;h=69e0516391dc106ecb6906b2439622ad3a80f648;hb=refs%2Fchanges%2F86%2F13286%2F3;hp=c71325fb1e61a727531843785cf77c07b4a5b254;hpb=3fa717f81e02ef05639f099010d8acc46125c196;p=osm%2Fdevops.git diff --git a/installers/docker/osm_pods/mon.yaml b/installers/docker/osm_pods/mon.yaml index c71325fb..69e05163 100644 --- a/installers/docker/osm_pods/mon.yaml +++ b/installers/docker/osm_pods/mon.yaml @@ -50,7 +50,7 @@ spec: command: ["sh", "-c", "until (nc -zvw1 kafka 9092 && nc -zvw1 mongodb-k8s 27017); do sleep 3; done; exit 0"] containers: - name: mon - image: opensourcemano/mon:9 + image: opensourcemano/mon:13 ports: - containerPort: 8662 protocol: TCP @@ -63,11 +63,4 @@ spec: value: mongodb://mongodb-k8s:27017/?replicaSet=rs0 envFrom: - secretRef: - name: mon-secret - volumeMounts: - - name: mon-storage - mountPath: /app/database - volumes: - - name: mon-storage - hostPath: - path: /var/lib/osm/osm_mon_db/_data + name: mon-secret