updated urls
This commit is contained in:
parent
46233d3c13
commit
a5627a97af
|
@ -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: {}
|
|
||||||
|
|
Loading…
Reference in New Issue