diff --git a/nexus/v1.0.0/templates/deployment.yaml b/nexus/v1.0.0/templates/deployment.yaml index b83dfeb..6d3ee96 100644 --- a/nexus/v1.0.0/templates/deployment.yaml +++ b/nexus/v1.0.0/templates/deployment.yaml @@ -32,4 +32,5 @@ spec: ports: - containerPort: 8081 - containerPort: 5000 + restartPolicy: Always status: {}