1
0
Fork 0

updated urls

This commit is contained in:
sido 2018-06-25 15:53:46 +02:00
parent 46233d3c13
commit a5627a97af
1 changed files with 1 additions and 3 deletions

View File

@ -15,6 +15,7 @@ spec:
app: nexus app: nexus
creationTimestamp: null creationTimestamp: null
spec: spec:
restartPolicy: Always
containers: containers:
- name: httpd - name: httpd
image: registry.webhosting.rug.nl/molgenis/httpd:lts image: registry.webhosting.rug.nl/molgenis/httpd:lts
@ -26,11 +27,8 @@ spec:
ports: ports:
- containerPort: 80 - containerPort: 80
resources: {} resources: {}
restartPolicy: Always
- name: nexus - name: nexus
image: sonatype/nexus:latest image: sonatype/nexus:latest
ports: ports:
- containerPort: 8081 - containerPort: 8081
- containerPort: 5000 - containerPort: 5000
restartPolicy: Always
status: {}