sonatype / nxrm3-ha-repository

Repository for YAML configuration files for Nexus Repository Manager High Availability Feature
16 stars 17 forks source link

NEXUS-41473 - Use shared location for logs #59

Closed bobotimi closed 3 months ago

bobotimi commented 5 months ago

This PR makes changes based on using a shared location like EFS/Azure File for storing nexus-logs. As the chart will expect to mount the nexus logs in a shared location, there's no longer need for the side car containers (hence the deletion).

We also removed the logback override for now; we will no longer need to combine all task logs into a single file.

Using a shared location like EFS/Azure file will address the issue of PVCs being bound to an EBS in a diff AZ when an EC2 is restarted in a different AZ