From a5627a97af62edc97b18deabbf30c63005ac92fd Mon Sep 17 00:00:00 2001 From: sido Date: Mon, 25 Jun 2018 15:53:46 +0200 Subject: [PATCH] updated urls --- nexus/v1.0.0/templates/deployment.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nexus/v1.0.0/templates/deployment.yaml b/nexus/v1.0.0/templates/deployment.yaml index 6d3ee96..8af9e79 100644 --- a/nexus/v1.0.0/templates/deployment.yaml +++ b/nexus/v1.0.0/templates/deployment.yaml @@ -15,6 +15,7 @@ spec: app: nexus creationTimestamp: null spec: + restartPolicy: Always containers: - name: httpd image: registry.webhosting.rug.nl/molgenis/httpd:lts @@ -26,11 +27,8 @@ spec: ports: - containerPort: 80 resources: {} - restartPolicy: Always - name: nexus image: sonatype/nexus:latest ports: - containerPort: 8081 - containerPort: 5000 - restartPolicy: Always -status: {}