travelaudience / kubernetes-nexus

Run Sonatype Nexus Repository Manager OSS on top of Kubernetes (GKE). Includes instructions for automated backups (GCS) and day-to-day usage.
Apache License 2.0
130 stars 61 forks source link

Add workaround for pod restart problem while restoring #56

Closed ecejjar closed 4 years ago

ecejjar commented 4 years ago

When running through the restore procedure, kubernetes keeps restarting the nexus pod after 3 minutes (6 liveness/readiness probes fail), way shorter than the time required to untar the blobs tar file. I propose a workaround that worked for me.

ecejjar commented 4 years ago

@pires could someone have a look at this PR, please?

pires commented 4 years ago

Thank you very much for your contribution!