SAP-archive / i40-aas

Provide a set of tools to realize the Asset Administration Shell for Industrie 4.0.
Apache License 2.0
41 stars 18 forks source link

Fix adapter registry persistence #152

Closed etoster closed 4 years ago

etoster commented 4 years ago

The mount path of the persistent volume wasn't up to date with our file structure in the container. Thus, the data was not persisted properly across container restarts. Also, now we explicitly set a path for the local storage of the node-persist module.

Additionally, since we observe mysterious restarts of the adapter-registry containers on kubernetes deployments we removed the resource limits to exclude this as a possible cause.